mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Fix: 9809 error not show in toast when clone (#9810)
This commit is contained in:
parent
6acd23d5f3
commit
c503d333a2
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export function AppModal({
|
|||
setInfoText('');
|
||||
closeModal();
|
||||
}
|
||||
} catch (error) {
|
||||
} catch (e) {
|
||||
toast.error(e.error, {
|
||||
position: 'top-center',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue