Commit 97e3472b by zhaochengxiang

bug fix

parent fc0df335
......@@ -654,7 +654,8 @@ const AssetTree = (props) => {
style={{ width: '100%' }}
>
<Spin spinning={loading}>
<AutoComplete
{
viewSelectedKeyRef.current === 'dir' && <AutoComplete
allowClear
value={keyword}
style={{ marginBottom: 10, width: '100%' }}
......@@ -676,6 +677,7 @@ const AssetTree = (props) => {
})
}
</AutoComplete>
}
<Tree
showLine={true}
showIcon={false}
......
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