pull/1849/head
Mikael Finstad 3 years ago
parent c073d1b4e6
commit 3cfd5b7033
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -450,7 +450,7 @@ const App = memo(() => {
lastSaveOperation.current = debouncedSaveOperation;
} catch (err) {
errorToast(i18n.t('Unable to save project file'));
console.error('Failed to save CSV', err);
console.error('Failed to save project file', err);
}
}
save();

Loading…
Cancel
Save