mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 13:12:16 +01:00
fix project update notification texts
This commit is contained in:
@@ -78,8 +78,8 @@ export const useProjectsStore = defineStore('projects', () => {
|
|||||||
project: projectId,
|
project: projectId,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
'Project deleted successfully',
|
'Project updated successfully',
|
||||||
'Failed to delete project'
|
'Failed to update project'
|
||||||
);
|
);
|
||||||
await fetchProjects();
|
await fetchProjects();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user