This commit is contained in:
josc146
2023-10-24 23:41:18 +08:00
parent 2f0fa4ee56
commit ab110ba30b
4 changed files with 4 additions and 4 deletions

View File

@@ -319,7 +319,7 @@ const CompositionPanel: FC = observer(() => {
toastWithButton(t('File Saved'), t('Open'), () => {
OpenFileFolder(path, false);
});
}).catch((e: any) => {
}).catch((e) => {
toast(t('Error') + ' - ' + (e.message || e), { type: 'error', autoClose: 2500 });
});
} else {