Fix some commented out lines
This commit is contained in:
parent
d6b7e41698
commit
591df646c0
2 changed files with 1 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ export default {
|
|||
await this.startMoveTask();
|
||||
},
|
||||
async startMoveTask() {
|
||||
//this.moveLock = true;
|
||||
this.moveLock = true;
|
||||
await this.$refs.moveButton.startTask();
|
||||
},
|
||||
moveComplete() {
|
||||
|
|
|
|||
|
|
@ -202,7 +202,6 @@ export default {
|
|||
}
|
||||
},
|
||||
async readSettings() {
|
||||
//this.workflowOptions = await this.readThingProperty("smart_scan", "workflow_display_names", true) || {};
|
||||
|
||||
this.workflowName = await this.readThingProperty("smart_scan", "workflow_name");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue