diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index a0e28569..cb2f06ea 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -42,7 +42,7 @@ jobs: php-unit: name: PHPUnit needs: code-sniff - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 services: mysql: image: mysql:5.7 diff --git a/vue/src/models/rop_store.js b/vue/src/models/rop_store.js index 074aa43c..a8226267 100644 --- a/vue/src/models/rop_store.js +++ b/vue/src/models/rop_store.js @@ -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':