mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
refactor(UI): changed query clear shortcut
This commit is contained in:
@ -451,7 +451,6 @@ export default {
|
||||
this.selectedRows = [row];
|
||||
},
|
||||
selectAllRows () {
|
||||
console.log('select all');
|
||||
this.selectedRows = this.localResults.reduce((acc, curr) => {
|
||||
acc.push(curr._id);
|
||||
return acc;
|
||||
|
Reference in New Issue
Block a user