uiCheck
LianaHus 4 years ago committed by yann300
parent 183ed2c1f4
commit 5fbdcbadd7
  1. 2
      src/app/tabs/test-tab.js

@ -352,7 +352,7 @@ module.exports = class TestTab extends ViewPlugin {
}
updateCurrentPath (e) {
const newValue = e.target.value == '' ? this.defaultPath : e.target.value
const newValue = e.target.value === '' ? this.defaultPath : e.target.value
this.testTabLogic.setCurrentPath(newValue)
this.updateRunAction()
this.updateForNewCurrent()

Loading…
Cancel
Save