This commit is contained in:
PotapovaA 2026-09-04 14:56:35 +03:00
parent b55f80aa58
commit 557166c338

View File

@ -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}