mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: application booting.
This commit is contained in:
@@ -21,12 +21,12 @@ function SetupSubscription({
|
||||
|
||||
// Initial values.
|
||||
const initialValues = {
|
||||
plan_slug: 'starter',
|
||||
plan_slug: 'essentials',
|
||||
period: 'month',
|
||||
license_code: '',
|
||||
};
|
||||
// Handle form submit.
|
||||
const handleSubmit = () => {};
|
||||
const handleSubmit = (values) => {};
|
||||
|
||||
// Retrieve momerized subscription form schema.
|
||||
const SubscriptionFormSchema = React.useMemo(
|
||||
|
||||
Reference in New Issue
Block a user