Commit 5fbdcbad authored by LianaHus's avatar LianaHus Committed by yann300

standat

parent 183ed2c1
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment