This commit is contained in:
@@ -382,7 +382,7 @@ export default {
|
||||
listViewChanged: function() {
|
||||
var vm = this;
|
||||
|
||||
//If listview had changed it can only have changed *away* from the unsaved filter item if it's present so just remove teh unsaved filter item if it exists
|
||||
//If listview had changed it can only have changed *away* from the unsaved filter item if it's present so just remove the unsaved filter item if it exists
|
||||
|
||||
//DANGER DANGER WARNING: if using lodash to remove item it might mess with vue reactivity
|
||||
//this example does remove from the array and does update a plain mustache rendition of it on the page but doesn't update the select itself
|
||||
|
||||
Reference in New Issue
Block a user