forked from ddrilling/asb_cloud_front
Сообщение в таблице для обязательных полей изменено
This commit is contained in:
parent
f6f5fa15be
commit
b06409af38
@ -32,7 +32,7 @@ export const EditableCell = ({
|
||||
className={formItemClass}
|
||||
rules={formItemRules ?? [{
|
||||
required: isRequired,
|
||||
message: `Пожалуйста, введите ${title}!`,
|
||||
message: `Это обязательное поле!`,
|
||||
}]}
|
||||
initialValue={initialValue}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user