Commit 4cc99367 by zhaochengxiang

bug

parent 708cc6d2
......@@ -121,7 +121,8 @@ const FC = (props) => {
maskClosable={false}
centered={true}
>
<Tabs
{
visible && <Tabs
activeKey={activeKey}
onChange={(key) => { setActiveKey(key); }}
tabBarExtraContent={{
......@@ -166,6 +167,7 @@ const FC = (props) => {
</div>
</Tabs.TabPane>
</Tabs>
}
</Modal>
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment