fix: remove instance from cache after deleting
This commit is contained in:
@@ -693,8 +693,8 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
|
||||
</Col>
|
||||
<Col span={4}>
|
||||
<span
|
||||
style={{ paddingLeft: '62px', gap: 4 }}
|
||||
className="flex-center justify-center"
|
||||
style={{ paddingLeft: '50px', gap: 4 }}
|
||||
className="flex-center"
|
||||
>
|
||||
<InstanceStatusTag
|
||||
instanceData={instanceData}
|
||||
|
||||
Reference in New Issue
Block a user