Skip to content

Commit d59c197

Browse files
author
Ives van Hoorne
committed
Remove unnecessary step
1 parent a4ae0de commit d59c197

File tree

1 file changed

+1
-3
lines changed
  • src/app/pages/Sandbox/Editor/Content/Header

1 file changed

+1
-3
lines changed

src/app/pages/Sandbox/Editor/Content/Header/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,12 @@ export default class Header extends React.PureComponent<Props> {
109109
};
110110

111111
deploySandbox = () => {
112-
const { sandbox, sandboxActions } = this.props;
112+
const { sandbox } = this.props;
113113

114114
this.props.modalActions.openModal({
115115
width: 600,
116116
Body: <Deployment id={sandbox.id} />,
117117
});
118-
119-
sandboxActions.deploy(sandbox.id);
120118
};
121119

122120
zipSandbox = () => {

0 commit comments

Comments
 (0)