mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: migrate to @blueprintjs-formik/select and @blueprintjs-formik/core.
This commit is contained in:
@@ -4,9 +4,9 @@ import {
|
||||
NumericInput,
|
||||
Checkbox,
|
||||
RadioGroup,
|
||||
Select,
|
||||
MultiSelect
|
||||
} from 'blueprint-formik';
|
||||
Switch,
|
||||
} from '@blueprintjs-formik/core';
|
||||
import { Select, MultiSelect } from '@blueprintjs-formik/select';
|
||||
|
||||
export {
|
||||
FormGroup as FFormGroup,
|
||||
@@ -14,6 +14,7 @@ export {
|
||||
NumericInput as FNumericInput,
|
||||
Checkbox as FCheckbox,
|
||||
RadioGroup as FRadioGroup,
|
||||
Switch as FSwitch,
|
||||
Select as FSelect,
|
||||
MultiSelect as FMultiSelect
|
||||
MultiSelect as FMultiSelect,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user