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 a4ae0de commit d59c197Copy full SHA for d59c197
src/app/pages/Sandbox/Editor/Content/Header/index.js
@@ -109,14 +109,12 @@ export default class Header extends React.PureComponent<Props> {
109
};
110
111
deploySandbox = () => {
112
- const { sandbox, sandboxActions } = this.props;
+ const { sandbox } = this.props;
113
114
this.props.modalActions.openModal({
115
width: 600,
116
Body: <Deployment id={sandbox.id} />,
117
});
118
-
119
- sandboxActions.deploy(sandbox.id);
120
121
122
zipSandbox = () => {
0 commit comments