fix: model parameter modal input (#2206)
This commit is contained in:
@@ -98,7 +98,7 @@ const DebugItem: FC<DebugItemProps> = ({
|
||||
? [
|
||||
{
|
||||
value: 'remove',
|
||||
text: t('common.operation.remove'),
|
||||
text: t('common.operation.remove') as string,
|
||||
},
|
||||
]
|
||||
: undefined
|
||||
|
||||
Reference in New Issue
Block a user