Skip to content

Commit

Permalink
fix: Remove extra-action dropdown state after navigation (#2479)
Browse files Browse the repository at this point in the history
# Description

This PR restarts the initial state of the dropdown after navigation

Closes #2158

**Type of change**

- [x] Bug fix (non-breaking change which fixes an issue)

**Checklist**

- [x] I have merged the original branch into my forked branch
- [x] follows the style guidelines of this project
- [x] I did a self-review of my code
- [x] My changes generate no new warnings
  • Loading branch information
leiyre authored Mar 7, 2023
1 parent d57a1e5 commit 9328994
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/components/commons/results/RecordExtraActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ export default {
},
},
},
beforeDestroy() {
this.close();
},
methods: {
// TODO: call vuex-actions here instead of trigger event
onChangeRecordStatus(status) {
Expand Down

0 comments on commit 9328994

Please sign in to comment.