diff --git a/frontend/src/ide/editor/no-code-model/no-code-model.jsx b/frontend/src/ide/editor/no-code-model/no-code-model.jsx index 8f3fa3f..80304d0 100644 --- a/frontend/src/ide/editor/no-code-model/no-code-model.jsx +++ b/frontend/src/ide/editor/no-code-model/no-code-model.jsx @@ -746,9 +746,6 @@ function NoCodeModel({ nodeData }) { notify({ error }); setIsLoading(false); handleModalClose(); - }) - .finally(() => { - setIsLoading(false); }); };