Skip to content

Commit f703088

Browse files
committed
#311 remove old spinner
1 parent f2163d1 commit f703088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/components/topbar/dialogs/ActionDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ActionDialog extends React.Component {
4141
if (typeof this.props.callback !== 'undefined' || this.props.callback !== null) {
4242
this.props.callback(this.props.command, this.props.args);
4343
} else {
44-
GEPPETTO.trigger(GEPPETTO.Events.Show_spinner, this.props.message);
44+
// GEPPETTO.trigger(GEPPETTO.Events.Show_spinner, this.props.message);
4545
this.props.pythonCall(this.props.command, this.props.args);
4646
}
4747
}

0 commit comments

Comments
 (0)