fix required
problem for project fields
This commit is contained in:
@ -73,7 +73,7 @@ export const CarrierCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label={'Полное имя'}
|
||||
label={'Полное имя *'}
|
||||
name="full_name"
|
||||
/>
|
||||
|
||||
@ -87,7 +87,7 @@ export const CarrierCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label={'Короткое имя'}
|
||||
label={'Короткое имя *'}
|
||||
name="short_name"
|
||||
/>
|
||||
|
||||
@ -101,7 +101,7 @@ export const CarrierCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="color"
|
||||
label={'Основной цвет'}
|
||||
label={'Основной цвет *'}
|
||||
name="main_color"
|
||||
sx={{
|
||||
'& input': {
|
||||
@ -123,7 +123,7 @@ export const CarrierCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="color"
|
||||
label={'Цвет левого виджета'}
|
||||
label={'Цвет левого виджета *'}
|
||||
name="left_color"
|
||||
sx={{
|
||||
'& input': {
|
||||
@ -144,7 +144,7 @@ export const CarrierCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="color"
|
||||
label={'Цвет правого виджета'}
|
||||
label={'Цвет правого виджета *'}
|
||||
name="right_color"
|
||||
sx={{
|
||||
'& input': {
|
||||
@ -166,7 +166,7 @@ export const CarrierCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label={'Слоган'}
|
||||
label={'Слоган *'}
|
||||
name="slogan"
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user