From 3cfd5b7033a6e69addbb2a6d884041888d5bf89f Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 30 Dec 2023 17:47:54 +0800 Subject: [PATCH] fix log --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index c422b7d5..43456619 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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();