fix(ui): fix bug on processor page

This commit is contained in:
shiyu
2025-09-20 14:16:06 +08:00
parent 5a29c579dc
commit 45d63febb9
7 changed files with 97 additions and 77 deletions
@@ -32,7 +32,7 @@ export const RenameModal: React.FC<RenameModalProps> = ({ entry, onOk, onCancel
onOk={handleOk}
onCancel={onCancel}
okButtonProps={{ disabled: !name.trim() || name.trim() === entry?.name }}
destroyOnClose
destroyOnHidden
>
<Input
placeholder={t('New Name')}