Skip to content

Commit 9f82e05

Browse files
author
Guillaume Chau
committed
chore(settings): bump new tag on vuex backend
1 parent 9f42733 commit 9f82e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app-frontend/src/views/settings/GlobalPreferences.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<VueFormField>
9898
<template #title>
9999
New Vuex backend
100-
<NewTag :version="1" />
100+
<NewTag :version="2" />
101101
</template>
102102
<VueSwitch v-model="$shared.vuexNewBackend">
103103
Enable

packages/app-frontend/src/views/settings/SettingsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import GlobalPreferences from './GlobalPreferences.vue'
99
import { mapState } from 'vuex'
1010
11-
export const SETTINGS_VERSION = 1
11+
export const SETTINGS_VERSION = 2
1212
export const SETTINGS_VERSION_ID = 'vue-devtools-settings-version'
1313
1414
export default {

0 commit comments

Comments
 (0)