Skip to content

Commit

Permalink
fix: vue data state reset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jan 6, 2025
1 parent 03aabb2 commit c9f188f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue/src/models/rop_store.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ export default new Vuex.Store({
case 'get_active_accounts':
case 'update_active_accounts':
case 'remove_account':
if ( 'remove_account' === requestName ) {
break;
}
state.activeAccounts = stateData
break
case 'get_taxonomies':
Expand Down

0 comments on commit c9f188f

Please sign in to comment.