This commit is contained in:
Andrew Kingston 2021-07-05 16:47:30 +01:00
parent 8ddf07b68a
commit c3913372e1
2 changed files with 0 additions and 2 deletions

View File

@ -333,7 +333,6 @@ export const getFrontendStore = () => {
create: async (componentName, presetProps) => {
const selected = get(selectedComponent)
const asset = get(currentAsset)
const state = get(store)
// Create new component
const componentInstance = store.actions.components.createInstance(

View File

@ -8,7 +8,6 @@ import {
makeTitleContainer,
makeSaveButton,
makeMainForm,
spectrumColor,
makeDatasourceFormComponents,
} from "./utils/commonComponents"