diff --git a/src/fprime_gds/flask/static/js/vue-support/fptable.js b/src/fprime_gds/flask/static/js/vue-support/fptable.js index 9765eed9..b1ba8625 100644 --- a/src/fprime_gds/flask/static/js/vue-support/fptable.js +++ b/src/fprime_gds/flask/static/js/vue-support/fptable.js @@ -354,12 +354,16 @@ Vue.component("fp-table", { */ saveView: function() { this.editing = false; + this.matching = ""; + setTimeout(this.send, 10); // Force refresh when no data is available }, /** * Puts the user into view-edit mode. Thus allowing the user to set channels. */ editViews: function () { this.editing = true; + this.matching = ""; + setTimeout(this.send, 10); // Force refresh when no data is available }, /** * Adds everything into the view