Skip to content

Commit 6a77511

Browse files
committed
ui: remove unused css updates from form builder
* closes #2021 Signed-off-by: papadopan <[email protected]>
1 parent d510133 commit 6a77511

File tree

1 file changed

+0
-38
lines changed
  • ui/cap-react/src/components/cms/components/SchemaWizard/PropertyEditor

1 file changed

+0
-38
lines changed

ui/cap-react/src/components/cms/components/SchemaWizard/PropertyEditor/customizeField.js

-38
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ import Form from "../../../../drafts/form/GrommetForm";
66
import { PropTypes } from "prop-types";
77
import Button from "../../../../partials/Button";
88

9-
import Image1 from "./svg/AccordionField";
10-
import Image2 from "./svg/TabObjectField";
11-
import Image3 from "./svg/CenteredObjectField";
12-
import Image4 from "./svg/TwoColLayoutField";
13-
import Image5 from "./svg/TabTwoColLayoutField";
14-
import Image6 from "./svg/SidebatLayout";
15-
import Image7 from "./svg/SidebarTwoColLayout";
16-
179
import { schemaSchema, uiSchema } from "../../utils/schemas";
1810
import { Label, TextInput, FormField } from "grommet";
1911

@@ -367,36 +359,6 @@ class CustomizeField extends React.Component {
367359
</Box>
368360
))}
369361
</Box>
370-
<Box
371-
direction="row"
372-
wrap={true}
373-
align="start"
374-
justify="start"
375-
flex={false}
376-
colorIndex="light-1"
377-
>
378-
<Box flex={false} margin="small">
379-
<Image1 />
380-
</Box>
381-
<Box flex={false} margin="small">
382-
<Image2 />
383-
</Box>
384-
<Box flex={false} margin="small">
385-
<Image3 />
386-
</Box>
387-
<Box flex={false} margin="small">
388-
<Image4 />
389-
</Box>
390-
<Box flex={false} margin="small">
391-
<Image5 />
392-
</Box>
393-
<Box flex={false} margin="small">
394-
<Image6 />
395-
</Box>
396-
<Box flex={false} margin="small">
397-
<Image7 />
398-
</Box>
399-
</Box>
400362
</Box>
401363
<Box>
402364
<Box

0 commit comments

Comments
 (0)