proper interact error

This commit is contained in:
Henry Jameson 2026-08-28 21:39:53 +03:00
commit 22a04b2feb

View file

@ -297,7 +297,7 @@ export const useStatusesStore = defineStore('statuses', {
useInterfaceStore().pushGlobalNotice({ useInterfaceStore().pushGlobalNotice({
level: 'error', level: 'error',
messageKey: 'status.interact_error', messageKey: 'status.interact_error',
messageArgs: [error], messageArgs: { error },
timeout: 5000, timeout: 5000,
}) })
}) })