fix: delete worker

This commit is contained in:
jialin
2024-07-10 17:14:55 +08:00
parent 0ed7568859
commit 8607815240
14 changed files with 129 additions and 16 deletions
@@ -93,7 +93,8 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
}
statusValue={{
status: status[item.state] as any,
text: item.state
text: item.state,
message: item.state_message
}}
></StatusTag>
)}