Commit f7c0ca97 by zhaochengxiang

bug fix

parent fd4c5a11
...@@ -226,7 +226,7 @@ const UpdateDirectoryModal = (props) => { ...@@ -226,7 +226,7 @@ const UpdateDirectoryModal = (props) => {
> >
<Radio.Group> <Radio.Group>
<Radio value='theme'>栏目</Radio> <Radio value='theme'>栏目</Radio>
<Radio value='directory' disabled={ dirId===null }>目录</Radio> <Radio value='directory' disabled={ !dirId }>目录</Radio>
</Radio.Group> </Radio.Group>
</Form.Item> </Form.Item>
} }
......
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