Skip to content

Commit

Permalink
- fixed X button
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Dec 17, 2020
1 parent 4f28190 commit 06b6711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/datasets/datasetMoleculeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ export const DatasetMoleculeView = memo(
setRef(ref.current);
}
}}
disabled={true || false}
disabled={false}
>
X
</Button>
Expand Down

0 comments on commit 06b6711

Please sign in to comment.