Fix dropdown filter bug and add save button animation
This commit is contained in:
@@ -279,4 +279,10 @@ export const geWebSearchFollowUpPrompt = async () => {
|
||||
|
||||
export const setWebSearchFollowUpPrompt = async (prompt: string) => {
|
||||
await storage.set("webSearchFollowUpPrompt", prompt)
|
||||
}
|
||||
|
||||
|
||||
export const setWebPrompts = async (prompt: string, followUpPrompt: string) => {
|
||||
await setWebSearchPrompt(prompt)
|
||||
await setWebSearchFollowUpPrompt(followUpPrompt)
|
||||
}
|
||||
Reference in New Issue
Block a user