Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 679335e

Browse files
committed
chore(dashboard): clean up
1 parent 9d43844 commit 679335e

File tree

1 file changed

+0
-23
lines changed
  • src/containers/thread/DashboardThread/Widgets

1 file changed

+0
-23
lines changed

src/containers/thread/DashboardThread/Widgets/index.tsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,6 @@ import {
2626
} from '../styles/widgets'
2727
import { edit, onSave } from '../logic'
2828

29-
export const TAB_ITEMS = [
30-
{
31-
title: '侧边栏',
32-
raw: 'sidebar',
33-
},
34-
{
35-
title: '居中模态框',
36-
raw: 'modal',
37-
},
38-
{
39-
title: '弹出提示',
40-
raw: 'modal',
41-
},
42-
{
43-
title: '页面内嵌',
44-
raw: 'iframe',
45-
},
46-
{
47-
title: '链接',
48-
raw: 'link',
49-
},
50-
]
51-
5229
type TProps = {
5330
settings: TWidgetsSettings
5431
touched: TTouched

0 commit comments

Comments
 (0)