Loading public/js/components/Plays/PlaysSelector.js +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class PlaysSelector extends Component { this.forceUpdate(); }; const onOk = () => { this.props.onChange(plays); this.props.onChange(plays, true); }; const confirm = { message: 'Changing play value will remove all play related data', Loading Loading
public/js/components/Plays/PlaysSelector.js +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class PlaysSelector extends Component { this.forceUpdate(); }; const onOk = () => { this.props.onChange(plays); this.props.onChange(plays, true); }; const confirm = { message: 'Changing play value will remove all play related data', Loading