Skip to content

Commit

Permalink
fixing minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehradml committed Nov 22, 2021
1 parent 26ac901 commit b143bae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/util/editable-attributes-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export default {
return false
}
});
console.log('mehtest',disabledAttributes);
// setTimeout(()=>{
disabledAttributes.forEach(singleAttribute => {
let editContext = {
action: 'boolean',
Expand All @@ -126,7 +124,6 @@ export default {
reportMaxInterval: singleAttribute.reportMaxInterval,
}
this.$store.dispatch('zap/updateSelectedAttribute', editContext)
// },500)
})
}
},
Expand Down

0 comments on commit b143bae

Please sign in to comment.