chore(chat): fix typo in useConfigModal.ts (#1021)

occured -> occurred
This commit is contained in:
Ikko Eltociear Ashimine 2023-08-23 17:10:10 +09:00 committed by GitHub
parent 0c568ac978
commit 152f237d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
});
}
};