This commit is contained in:
Timothy Jaeryang Baek
2026-02-21 15:22:50 -06:00
parent ff7f38d343
commit 1ad3656872

View File

@@ -259,12 +259,11 @@
});
}
prompts = null;
page = 1;
await getPromptList();
await _prompts.set(await getPrompts(localStorage.token));
} finally {
importFiles = [];
importFiles = null;
promptsImportInputElement.value = '';
}
};