diff --git a/frontend/app/chat/[chatId]/components/ActionsBar/components/ChatInput/components/ConfigModal/hooks/useConfigModal.ts b/frontend/app/chat/[chatId]/components/ActionsBar/components/ChatInput/components/ConfigModal/hooks/useConfigModal.ts index 2fd85cccd..47a52d139 100644 --- a/frontend/app/chat/[chatId]/components/ActionsBar/components/ChatInput/components/ConfigModal/hooks/useConfigModal.ts +++ b/frontend/app/chat/[chatId]/components/ActionsBar/components/ChatInput/components/ConfigModal/hooks/useConfigModal.ts @@ -92,7 +92,7 @@ export const useConfigModal = (chatId?: string) => { } catch (err) { publish({ variant: "danger", - text: "An error occured while updating chat config", + text: "An error occurred while updating chat config", }); } };