This commit is contained in:
Laurent Nguyen
2024-05-29 18:20:07 +02:00
committed by GitHub
parent f669a99228
commit cebf044803
8 changed files with 77 additions and 77 deletions

View File

@@ -114,7 +114,7 @@ export class TriggerTabContent extends Component<TriggerTab, ITriggerTabContentS
},
startKey,
);
this.props.editorState(ViewModels.ScriptEditorState.exisitingNoEdits);
this.props.editorState(ViewModels.ScriptEditorState.existingNoEdits);
this.props.isExecuting(false);
}
} catch (createError) {