Track dialogs

This commit is contained in:
Gregory Schier
2024-01-28 16:33:36 -08:00
parent 2983f2544d
commit 650aa240ea
29 changed files with 111 additions and 89 deletions

View File

@@ -11,7 +11,7 @@ export function useExportData() {
return useMutation({
onError: (err: string) => {
alert({ title: 'Export Failed', body: err });
alert({ id: 'export-failed', title: 'Export Failed', body: err });
},
mutationFn: async () => {
if (workspace == null) return;