fix: pool's label editable

This commit is contained in:
jialin
2025-11-12 16:37:01 +08:00
parent 2045bfaf78
commit d1fa6dd03c
3 changed files with 2 additions and 44 deletions
@@ -456,7 +456,6 @@ const PoolForm: React.FC<AddModalProps> = forwardRef((props, ref) => {
]}
>
<LabelSelector
disabled={action === PageAction.EDIT}
label={intl.formatMessage({ id: 'resources.table.labels' })}
labels={labels || {}}
btnText={intl.formatMessage({ id: 'common.button.addLabel' })}