mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
add support for archiving projects and marking tasks as done
This commit is contained in:
@@ -17,6 +17,9 @@ export const useTasksStore = defineStore('tasks', () => {
|
||||
params: {
|
||||
organization: organizationId,
|
||||
},
|
||||
queries: {
|
||||
done: 'all',
|
||||
},
|
||||
})
|
||||
);
|
||||
if (tasksResponse?.data) {
|
||||
|
||||
Reference in New Issue
Block a user