This commit is contained in:
Timothy Jaeryang Baek 2025-05-23 18:22:57 +04:00
parent 62fbd6c91c
commit 65d997a6c5

View File

@ -45,6 +45,7 @@
const updateInterfaceHandler = async () => {
taskConfig = await updateTaskConfig(localStorage.token, taskConfig);
promptSuggestions = promptSuggestions.filter((p) => p.content !== '');
promptSuggestions = await setDefaultPromptSuggestions(localStorage.token, promptSuggestions);
await updateBanners();