diff --git a/src/pages/carrier/create.tsx b/src/pages/carrier/create.tsx index 89f0b3f..d9d9789 100644 --- a/src/pages/carrier/create.tsx +++ b/src/pages/carrier/create.tsx @@ -93,7 +93,7 @@ export const CarrierCreate = () => { { fullWidth InputLabelProps={{shrink: true}} type="color" - label={'Основной цвет *'} + label={'Основной цвет'} name="main_color" sx={{ '& input': { @@ -115,7 +115,7 @@ export const CarrierCreate = () => { { fullWidth InputLabelProps={{shrink: true}} type="color" - label={'Цвет левого виджета *'} + label={'Цвет левого виджета'} name="left_color" sx={{ '& input': { @@ -136,7 +136,7 @@ export const CarrierCreate = () => { /> { fullWidth InputLabelProps={{shrink: true}} type="color" - label={'Цвет правого виджета *'} + label={'Цвет правого виджета'} name="right_color" sx={{ '& input': { @@ -158,7 +158,7 @@ export const CarrierCreate = () => { { fullWidth InputLabelProps={{shrink: true}} type="text" - label={'Слоган *'} + label={'Слоган'} name="slogan" /> ( { filterOptions={(options, {inputValue}) => { return options.filter((option) => option.filename.toLowerCase().includes(inputValue.toLowerCase())) }} - renderInput={(params) => } + renderInput={(params) => } /> )} /> diff --git a/src/pages/carrier/edit.tsx b/src/pages/carrier/edit.tsx index 99663e1..a28551f 100644 --- a/src/pages/carrier/edit.tsx +++ b/src/pages/carrier/edit.tsx @@ -92,7 +92,7 @@ export const CarrierEdit = () => { { fullWidth InputLabelProps={{shrink: true}} type="color" - label={'Основной цвет *'} + label={'Основной цвет'} name="main_color" sx={{ '& input': { @@ -114,7 +114,7 @@ export const CarrierEdit = () => { { fullWidth InputLabelProps={{shrink: true}} type="color" - label={'Цвет левого виджета *'} + label={'Цвет левого виджета'} name="left_color" sx={{ '& input': { @@ -135,7 +135,7 @@ export const CarrierEdit = () => { /> { fullWidth InputLabelProps={{shrink: true}} type="color" - label={'Цвет правого виджета *'} + label={'Цвет правого виджета'} name="right_color" sx={{ '& input': { @@ -157,7 +157,7 @@ export const CarrierEdit = () => { { fullWidth InputLabelProps={{shrink: true}} type="text" - label={'Слоган *'} + label={'Слоган'} name="slogan" /> ( { filterOptions={(options, {inputValue}) => { return options.filter((option) => option.filename.toLowerCase().includes(inputValue.toLowerCase())) }} - renderInput={(params) => } + renderInput={(params) => } /> )} /> diff --git a/src/pages/city/create.tsx b/src/pages/city/create.tsx index a4176c8..ef191c9 100644 --- a/src/pages/city/create.tsx +++ b/src/pages/city/create.tsx @@ -70,7 +70,6 @@ export const CityCreate = () => { ( { filterOptions={(options, {inputValue}) => { return options.filter((option) => option.filename.toLowerCase().includes(inputValue.toLowerCase())) }} - renderInput={(params) => } + renderInput={(params) => } /> )} /> diff --git a/src/pages/city/edit.tsx b/src/pages/city/edit.tsx index baae5c9..dca56fa 100644 --- a/src/pages/city/edit.tsx +++ b/src/pages/city/edit.tsx @@ -69,7 +69,7 @@ export const CityEdit = () => { ( { filterOptions={(options, {inputValue}) => { return options.filter((option) => option.filename.toLowerCase().includes(inputValue.toLowerCase())) }} - renderInput={(params) => } + renderInput={(params) => } /> )} /> diff --git a/src/pages/station/create.tsx b/src/pages/station/create.tsx index 6a7c50f..d721194 100644 --- a/src/pages/station/create.tsx +++ b/src/pages/station/create.tsx @@ -32,7 +32,7 @@ export const StationCreate = () => { /> { fullWidth InputLabelProps={{shrink: true}} type="text" - label={'Описание *'} + label={'Описание'} name="description" /> { fullWidth InputLabelProps={{shrink: true}} type="text" - label={'Название'} + label={'Название *'} name="name" /> { fullWidth InputLabelProps={{shrink: true}} type="number" - label={'Широта'} + label={'Широта *'} name="latitude" /> { fullWidth InputLabelProps={{shrink: true}} type="number" - label={'Долгота'} + label={'Долгота *'} name="longitude" />