Skip to content

Commit

Permalink
refactor: 快捷视图文案修改
Browse files Browse the repository at this point in the history
  • Loading branch information
jsers committed Apr 27, 2022
1 parent e78aa44 commit 38ee8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/monitor/object/metricViews/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function FormCpt(props: ModalWrapProps & IProps) {
title={
<Tabs className='custom-import-title' activeKey={activeKey} onChange={setActiveKey}>
<TabPane tab={titleMap[action]} key='form' />
{action === 'add' && <TabPane tab='导入大盘' key='import' />}
{action === 'add' && <TabPane tab='导入快捷视图' key='import' />}
</Tabs>
}
visible={visible}
Expand Down

0 comments on commit 38ee8da

Please sign in to comment.