mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: add blueprint-formik package.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user