fix: new added model item is cleared
This commit is contained in:
@@ -147,11 +147,7 @@ export default function useAddResource(options?: { onCreated?: () => void }) {
|
||||
}}
|
||||
onCancel={handleCancel}
|
||||
>
|
||||
<Content
|
||||
style={{
|
||||
marginTop: !resourceCount.cluster_count ? 32 : 16
|
||||
}}
|
||||
>
|
||||
<Content>
|
||||
<div className="icon">
|
||||
<IconFont type="icon-dashboard" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user