fix: close modal after editing cluster
This commit is contained in:
@@ -423,6 +423,7 @@ const PoolForm: React.FC<AddModalProps> = forwardRef((props, ref) => {
|
||||
>
|
||||
<AutoComplete
|
||||
showSearch
|
||||
allowClear
|
||||
onChange={handleOsImageChange}
|
||||
filterOption={filterImageOption}
|
||||
optionRender={(option) =>
|
||||
|
||||
Reference in New Issue
Block a user