disable macros button
This commit is contained in:
@@ -56,8 +56,11 @@ module.exports = {
|
||||
initial_tab: function () {
|
||||
return this.tab == 0;
|
||||
},
|
||||
downloadMacrosUrl() {
|
||||
return '/api/macros/download/' + this.state.macros_list.map(item => item.file_name).join(',');
|
||||
download_macros_url: function () {
|
||||
return "/api/macros/download/" + this.state.macros_list.map(item => item.file_name).join(",");
|
||||
},
|
||||
can_download_macros: function () {
|
||||
return this.state.macros_list.length;
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user