proper interact error
This commit is contained in:
parent
dc4a8e506d
commit
22a04b2feb
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue