mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
refactor timetracker to seperate data and ui logic
This commit is contained in:
@@ -90,7 +90,7 @@ export const useNotificationsStore = defineStore('notifications', () => {
|
||||
);
|
||||
}
|
||||
}
|
||||
throw new Error('Failed to handle API request', { cause: error });
|
||||
throw new Error('Failed to handle API request');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user