This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-03 21:17:40 +02:00
parent 4cdfe3aed2
commit 8e06bacdb0
13 changed files with 326 additions and 54 deletions

View File

@@ -114,7 +114,6 @@ export default function SaveReport({ report }: SaveReportProps) {
dashboardMutation.mutate({
projectId,
name: value,
organizationSlug,
});
}}
/>