1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00
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"