Skip to content

Commit

Permalink
Reset everyone's profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Nov 28, 2023
1 parent 71acd74 commit 19408b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/widgetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const useWidgetManagerStore = defineStore('widget-manager', () => {
const editingMode = ref(false)
const showGrid = ref(true)
const gridInterval = ref(0.01)
const currentMiniWidgetsProfile = useStorage('cockpit-mini-widgets-profile-v3', miniWidgetsProfile)
const savedProfiles = useStorage<Profile[]>('cockpit-saved-profiles-v7', [])
const currentMiniWidgetsProfile = useStorage('cockpit-mini-widgets-profile-v4', miniWidgetsProfile)
const savedProfiles = useStorage<Profile[]>('cockpit-saved-profiles-v8', [])
const currentViewIndex = useStorage('cockpit-current-view-index', 0)
const currentProfileIndex = useStorage('cockpit-current-profile-index', 0)

Expand Down

0 comments on commit 19408b8

Please sign in to comment.