tidy up
This commit is contained in:
parent
ccb2d7de7d
commit
9c5501fbd7
|
@ -3,13 +3,8 @@
|
||||||
import { automationStore } from "builderStore"
|
import { automationStore } from "builderStore"
|
||||||
import SaveFields from "./SaveFields.svelte"
|
import SaveFields from "./SaveFields.svelte"
|
||||||
|
|
||||||
// parameters.contextPath used in the client handler to determine which row to save
|
|
||||||
// this could be "data" or "data.parent", "data.parent.parent" etc
|
|
||||||
export let parameters
|
export let parameters
|
||||||
|
|
||||||
let idFields
|
|
||||||
let schemaFields
|
|
||||||
|
|
||||||
const automationSchema = automation => {
|
const automationSchema = automation => {
|
||||||
const schema = Object.entries(
|
const schema = Object.entries(
|
||||||
automation.definition.trigger.inputs.fields
|
automation.definition.trigger.inputs.fields
|
||||||
|
|
Loading…
Reference in New Issue