feat: actions page for mobiles

This commit is contained in:
2025-10-07 09:48:05 +04:00
parent 7b0b3bc529
commit 428a6aca82
11 changed files with 154 additions and 17 deletions

View File

@ -51,11 +51,11 @@ const ClientDataForm: FC = () => {
flex={1}
/>
<TextInput
disabled
placeholder={"Наименование компании"}
label={"Наименование компании"}
{...form.getInputProps("companyName")}
flex={1}
disabled={isEditorDisabled}
/>
</FormFlexRow>
<FormFlexRow>