mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 06:02:00 +02:00
gRPC Support (#20)
This commit is contained in:
@@ -25,7 +25,7 @@ export function useExportData() {
|
||||
return;
|
||||
}
|
||||
|
||||
await invoke('export_data', { workspaceId: workspace.id, exportPath });
|
||||
await invoke('cmd_export_data', { workspaceId: workspace.id, exportPath });
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user