1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
This commit is contained in:
Andrew Kingston 2021-07-05 16:47:30 +01:00
parent 77ae0e58b8
commit f227f0623f
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"