mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Increase toast timeout
This commit is contained in:
parent
e2fc7d31e8
commit
44e05c9243
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue