Skip to content

Commit 9039e77

Browse files
committed
refactor:widgetViewActionMap
1 parent cd97913 commit 9039e77

File tree

1 file changed

+2
-2
lines changed
  • frontend/src/app/pages/DashBoardPage/components/WidgetComponents

1 file changed

+2
-2
lines changed

frontend/src/app/pages/DashBoardPage/components/WidgetComponents/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export type widgetActionType = typeof widgetActionTypes[number];
4747
export const widgetViewActionMap: Record<WidgetType, widgetActionType[]> = {
4848
chart: ['refresh', 'fullScreen'],
4949
media: ['fullScreen'],
50-
container: ['info'],
51-
controller: ['refresh'],
50+
container: [],
51+
controller: [],
5252
query: [],
5353
reset: [],
5454
};

0 commit comments

Comments
 (0)