mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
Add mutationKey everywhere
This commit is contained in:
@@ -77,6 +77,7 @@ export function useImportData() {
|
||||
};
|
||||
|
||||
return useMutation({
|
||||
mutationKey: ['import_data'],
|
||||
onError: (err: string) => {
|
||||
alert({
|
||||
id: 'import-failed',
|
||||
|
||||
Reference in New Issue
Block a user