We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba66bb6 commit f0e75c0Copy full SHA for f0e75c0
frontend/src/components/shared/DropdownDisplayChoiceHistory.vue
@@ -37,5 +37,10 @@ export default {
37
beforeMount() {
38
this.currentOption = this.startingOption;
39
},
40
+ deactivated() {
41
+ if (!this.$route.path.startsWith('/users')) {
42
+ this.currentOption = this.startingOption;
43
+ }
44
+ },
45
};
46
</script>
0 commit comments