pull/5370/head
LianaHus 5 years ago committed by yann300
parent f0b18ce14a
commit 6bf0d9dd3a
  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