feat: add blueprint-formik package.

This commit is contained in:
a.bouhuolia
2022-02-16 13:36:23 +02:00
parent 574f596eea
commit 9630fecd7c
6 changed files with 21 additions and 142 deletions

View File

@@ -36,9 +36,7 @@ export default function InvoiceFormTopBar() {
name={'branch_id'}
branches={branches}
input={InvoiceBranchSelectButton}
popoverProps={{
minimal: true,
}}
popoverProps={{ minimal: true }}
/>
</FeatureCan>
@@ -50,9 +48,7 @@ export default function InvoiceFormTopBar() {
name={'warehouse_id'}
warehouses={warehouses}
input={InvoiceWarehouseSelectButton}
popoverProps={{
minimal: true,
}}
popoverProps={{ minimal: true }}
/>
</FeatureCan>
</NavbarGroup>