feat: actions page for mobiles
This commit is contained in:
@ -51,11 +51,11 @@ const ClientDataForm: FC = () => {
|
||||
flex={1}
|
||||
/>
|
||||
<TextInput
|
||||
disabled
|
||||
placeholder={"Наименование компании"}
|
||||
label={"Наименование компании"}
|
||||
{...form.getInputProps("companyName")}
|
||||
flex={1}
|
||||
disabled={isEditorDisabled}
|
||||
/>
|
||||
</FormFlexRow>
|
||||
<FormFlexRow>
|
||||
|
||||
Reference in New Issue
Block a user