fix(editor): Increase toast timeout

This commit is contained in:
Csaba Tuncsik 2024-09-18 16:41:21 +02:00
parent e2fc7d31e8
commit 44e05c9243
No known key found for this signature in database

View file

@ -98,7 +98,7 @@ const moveResource = async () => {
targetProject: selectedProject.value, targetProject: selectedProject.value,
}), }),
type: 'success', type: 'success',
duration: 5000, duration: 8000,
}); });
} catch (error) { } catch (error) {
toast.showError( toast.showError(