fix: model parameter modal input (#2206)

This commit is contained in:
zxhlyh
2024-01-25 18:04:22 +08:00
committed by GitHub
parent a9d1b4e6d7
commit 4ff17af5de
8 changed files with 135 additions and 116 deletions

View File

@@ -98,7 +98,7 @@ const DebugItem: FC<DebugItemProps> = ({
? [
{
value: 'remove',
text: t('common.operation.remove'),
text: t('common.operation.remove') as string,
},
]
: undefined