mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-05 15:47:00 +08:00
fix(ui): fix bug on processor page
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user