fix
This commit is contained in:
parent
b55f80aa58
commit
557166c338
@ -50,7 +50,7 @@ const CreateProgramModalComponent = ({ isOpen, onClose, onCreate, title = '', is
|
|||||||
<Divider sx={{ marginBottom: '0.75rem' }} />
|
<Divider sx={{ marginBottom: '0.75rem' }} />
|
||||||
|
|
||||||
{/* <Input */}
|
{/* <Input */}
|
||||||
<StyledTextField label='Название программы' onChange={(e) => setName(e.target.value)} />
|
<StyledTextField label='Название' onChange={(e) => setName(e.target.value)} />
|
||||||
<Stack
|
<Stack
|
||||||
direction='row'
|
direction='row'
|
||||||
spacing={0.75}
|
spacing={0.75}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user