Commit 4ebb6c3d authored by Miguel Rincon's avatar Miguel Rincon

Add watch to ensure text is updated

parent 11ab9f40
...@@ -55,6 +55,11 @@ export default { ...@@ -55,6 +55,11 @@ export default {
}; };
}, },
}, },
watch: {
selectedTimeWindow() {
this.verifyTimeRange();
},
},
mounted() { mounted() {
this.verifyTimeRange(); this.verifyTimeRange();
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment