We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2163d1 commit f703088Copy full SHA for f703088
webapp/components/topbar/dialogs/ActionDialog.js
@@ -41,7 +41,7 @@ class ActionDialog extends React.Component {
41
if (typeof this.props.callback !== 'undefined' || this.props.callback !== null) {
42
this.props.callback(this.props.command, this.props.args);
43
} else {
44
- GEPPETTO.trigger(GEPPETTO.Events.Show_spinner, this.props.message);
+ // GEPPETTO.trigger(GEPPETTO.Events.Show_spinner, this.props.message);
45
this.props.pythonCall(this.props.command, this.props.args);
46
}
47
0 commit comments