Commit 8543732b authored by Roman's avatar Roman
Browse files

BRCD-1676 feat(Play) - added flag to Play onChnage callbeck if play was removed

parent 41f9aea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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',