Browse Source

Linting

pull/341/head
Conor_Mack 6 years ago
parent
commit
4b3f171c5d
  1. 1
      packages/builder/src/components/userInterface/propertyCategories.js

1
packages/builder/src/components/userInterface/propertyCategories.js

@ -3,7 +3,6 @@ import OptionSelect from "./OptionSelect.svelte"
import InputGroup from "../common/Inputs/InputGroup.svelte"
import FlatButtonGroup from "./FlatButtonGroup.svelte"
export const screen = [
{ label: "Description", key: "description", control: Input },
{ label: "Route", key: "route", control: Input },

Loading…
Cancel
Save