Skip to content

Commit

Permalink
fix: select2 pools for GM
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 7, 2023
1 parent 896e007 commit e3d2bb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/src/scripts/guided-mode/guided-curate-dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import bootstrap from 'bootstrap'
import 'bootstrap-select'
import DragSort from '@yaireo/dragsort'
import Cropper from 'cropperjs'
import select2 from 'select2'
select2()

import 'jstree'

Expand Down Expand Up @@ -10517,6 +10519,7 @@ window.specifyPool = (event, poolNameInput) => {
setActiveSubPage("guided-organize-subjects-into-pools-page");
return;
} else {
console.log("Pools here?")
//Add left border back to subject dropdown cell to separate pool name and subject dropdown
poolSubjectsDropdownCell.removeClass("remove-left-border");

Expand Down

0 comments on commit e3d2bb0

Please sign in to comment.