chore: the text on the recreate button

This commit is contained in:
jialin
2024-12-19 19:42:57 +08:00
parent f44aee0af4
commit b40bf76270
4 changed files with 23 additions and 4 deletions
@@ -449,6 +449,7 @@ const Models: React.FC<ModelsProps> = ({
const handleDeleteInstace = (row: any, list: ModelInstanceListItem[]) => {
modalRef.current.show({
content: 'models.instances',
okText: 'common.button.recreate',
name: row.name,
async onOk() {
await deleteModelInstance(row.id);