Skip to content

Commit

Permalink
#462 Mass actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriána Kohanová committed Nov 30, 2020
1 parent e0c3756 commit c2bf2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/components/datasets/crossReferenceDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
getListOfSelectedLigandOfAllDatasets,
getListOfSelectedProteinOfAllDatasets
} from './redux/selectors';
import { changeButtonClassname, onButtonToggle } from './helpers';
import { changeButtonClassname } from './helpers';

const useStyles = makeStyles(theme => ({
paper: {
Expand Down
2 changes: 1 addition & 1 deletion js/components/datasets/redux/dispatchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const addAllLigandsFromList = (moleculeList = [], stage, skipTracking = false) =
const removeAllLigandsFromList = (moleculeList = [], stage, skipTracking = false) => dispatch => {
moleculeList.forEach(molecule => {
dispatch(
addDatasetLigand(
removeDatasetLigand(
stage,
molecule.molecule,
colourList[molecule.molecule.id % colourList.length],
Expand Down

0 comments on commit c2bf2bf

Please sign in to comment.