fix: submit pool data from a validate failed form

This commit is contained in:
jialin
2025-12-19 20:33:25 +08:00
parent 707eb15465
commit 6e16b2eb0c
2 changed files with 9 additions and 2 deletions
@@ -459,7 +459,9 @@ const PoolForm: React.FC<AddModalProps> = forwardRef((props, ref) => {
id: 'common.validate.value'
},
{
name: 'labels'
name: intl.formatMessage({
id: 'resources.table.labels'
})
}
)
);