Skip to content

Commit

Permalink
Merge pull request #1021 from Codeinwp/bugfix/543
Browse files Browse the repository at this point in the history
Fixed vue data state reset issue
  • Loading branch information
vytisbulkevicius authored Feb 6, 2025
2 parents 95ec3ed + 9a92d83 commit 919ba6a
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 919ba6a

Please sign in to comment.