fix required problem for project fields
This commit is contained in:
@@ -87,7 +87,7 @@ export const MediaCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label="Название"
|
||||
label="Название *"
|
||||
name="filename"
|
||||
/>
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ export const MediaEdit = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label="Название"
|
||||
label="Название *"
|
||||
name="filename"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user