Skip to content

Commit

Permalink
tmp disable FormElement
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed May 10, 2022
1 parent ff5a133 commit 62c22e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
FormComponentUrl,
FormComponentStaticText,
} from "../form/inputs";
import { FormElement, FormDescription } from "../form/elements/index";
//import { FormElement, FormDescription } from "../form/elements/index";
import { liteFormComponents } from "@vulcanjs/react-ui-lite";
/*
import {
Expand Down Expand Up @@ -167,5 +167,5 @@ export const bootstrapFormComponents: Partial<PossibleFormComponents> = {
FormComponentSelectMultiple,
FormComponentUrl,
FormComponentStaticText,
FormElement,
// FormElement,
};
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { FormDescription } from "./FormDescription";
export { FormElement } from "./FormElement";
// Not sure yet if it really works
// export { FormElement } from "./FormElement";
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LoadingButton } from "../../core/LoadingButton";
import { MutationButton } from "../../core/MutationButton";
import { Form, FormContainer } from "../../form/core/index";
import { Form, FormContainer } from "../../form/core";
import { PossibleFormComponents } from "../typings";

export const defaultFormComponents: Partial<PossibleFormComponents> = {
Expand Down

0 comments on commit 62c22e2

Please sign in to comment.