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({
level: 'error',
messageKey: 'status.interact_error',
messageArgs: [error],
messageArgs: { error },
timeout: 5000,
})
})