fix(widget-select): fix exactCount error message (#3177)
This commit is contained in:
parent
e6deab03b9
commit
46f7763ccd
@ -63,8 +63,9 @@ export default class SelectControl extends React.Component {
|
||||
error: {
|
||||
message: t(`editor.editorControlPane.widget.${messageKey}`, {
|
||||
fieldLabel: field.get('label', field.get('name')),
|
||||
minValue: min,
|
||||
maxValue: max,
|
||||
minCount: min,
|
||||
maxCount: max,
|
||||
count: min,
|
||||
}),
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user