mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 01:32: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 deleted successfully',
|
||||
'Failed to delete project'
|
||||
'Project updated successfully',
|
||||
'Failed to update project'
|
||||
);
|
||||
await fetchProjects();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user