This commit is contained in:
2020-02-25 18:19:10 +00:00
parent 0668729181
commit 720aa45d57
2 changed files with 4 additions and 4 deletions

View File

@@ -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