fix project update notification texts

This commit is contained in:
Gregor Vostrak
2024-04-29 14:07:29 +02:00
parent a46668703d
commit 01e9bf310c

View File

@@ -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();
} }