Skip to content

Commit e15afcb

Browse files
committed
fix(dashboard): remove redundant bot-status widget from storage
1 parent 710cc08 commit e15afcb

File tree

1 file changed

+1
-11
lines changed
  • frontend/dashboard/src/components/dashboard

1 file changed

+1
-11
lines changed

frontend/dashboard/src/components/dashboard/widgets.ts

+1-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useLocalStorage } from '@vueuse/core'
22

33
import type { LayoutItem } from 'grid-layout-plus'
44

5-
const version = '9'
5+
const version = '10'
66

77
export type WidgetItem = LayoutItem & { visible: boolean }
88

@@ -48,15 +48,5 @@ export function useWidgets() {
4848
minH: 8,
4949
visible: true,
5050
},
51-
{
52-
x: 3,
53-
y: 9,
54-
w: 3,
55-
h: 8,
56-
i: 'bot-status',
57-
minW: 3,
58-
minH: 8,
59-
visible: true,
60-
},
6151
])
6252
}

0 commit comments

Comments
 (0)