removed state instance from config

This commit is contained in:
sanjayk03-dev
2024-01-22 14:21:35 +05:30
parent cbc006a6d6
commit 8585f1f1fc
2 changed files with 1 additions and 9 deletions

View File

@@ -523,7 +523,7 @@ module.exports = {
}
},
gcode_files: function (){
return this.state.files.filter(item => !this.config.macrosList.some(compareItem => compareItem.gcode_file_name === item))
return this.state.files.filter(item => !this.config.macrosList.some(compareItem => compareItem.gcode_file_name == item))
}
},