mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 02:11:29 +00:00
Fix typo (#1849)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user