fix: default setting on remove modal
This commit is contained in:
parent
d56d3f31d5
commit
90f9fbf99f
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ class ModalRemoveFile extends React.PureComponent<Props, State> {
|
|||
super(props);
|
||||
|
||||
this.state = {
|
||||
deleteChecked: true,
|
||||
abandonClaimChecked: false,
|
||||
deleteChecked: false,
|
||||
abandonClaimChecked: true,
|
||||
};
|
||||
|
||||
(this: any).handleDeleteCheckboxClicked = this.handleDeleteCheckboxClicked.bind(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue