mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: button to hide welcome msg
This commit is contained in:
@@ -8,4 +8,5 @@ export const settingsFormSchema = z.object({
|
||||
default_project: z.string().optional(),
|
||||
openai_api_key: z.string().optional(),
|
||||
prompt_analyse_new_file: z.string().optional(),
|
||||
is_welcome_message_hidden: z.boolean().optional(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user