feat: products and services tabs for mobile
This commit is contained in:
@ -97,6 +97,7 @@ const DealEditorBody: FC<Props> = props => {
|
||||
orientation={isMobile ? "horizontal" : "vertical"}
|
||||
h={isMobile ? "min-content" : "97vh"}
|
||||
mih={isMobile ? "min-content" : "97vh"}
|
||||
keepMounted={false}
|
||||
classNames={{ tab: styles.tab }}>
|
||||
<TabsList>
|
||||
{getTab("general", "Общая информация", <IconEdit />)}
|
||||
|
||||
Reference in New Issue
Block a user