better logging

This commit is contained in:
Henry Jameson 2026-08-14 19:38:50 +03:00
commit ed9b308456
3 changed files with 3 additions and 1 deletions

View file

@ -336,6 +336,7 @@ export const useStatusesStore = defineStore('statuses', {
.catch((error) => {
optimisticCall(id, oldValue, argument)
console.error('Interact Error', error)
useInterfaceStore().pushGlobalNotice({
level: 'error',
messageKey: 'status.interact_error',