Skip to content

Commit

Permalink
🚑 Make all variables global
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Dec 28, 2018
1 parent 56bb432 commit 7beeb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/prompt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Prompt extends React.Component {
}
handleOk() {
this.props.onOk(this.state.inputValue, {
scope: 'local',
scope: 'global',
isCloud: false,
});
}
Expand Down

0 comments on commit 7beeb8d

Please sign in to comment.