Skip to content

Commit

Permalink
fix(FOROME-1635): selecting dataset (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
QSdmitrioul authored Sep 16, 2022
1 parent d40f56e commit aa5c18b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ class WizardStore {
},
)

reaction(
() => dirinfoStore.selectedDirinfoName,
() => (this.selectedDataset = dirinfoStore.selectedDirinfoName),
)

reaction(
() => this.datasetKind,
datasetKind => {
Expand Down

0 comments on commit aa5c18b

Please sign in to comment.