1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +12:00

Added envirioment bindings to REST variables

This commit is contained in:
Peter Clement 2023-01-30 10:55:53 +00:00
parent 602570e834
commit da9a021014

View file

@ -12,11 +12,11 @@
import ViewDynamicVariables from "./variables/ViewDynamicVariables.svelte"
import {
getRestBindings,
getEnvironmentBindings,
readableToRuntimeBinding,
runtimeToReadableMap,
} from "builderStore/dataBinding"
import { cloneDeep } from "lodash/fp"
import { getEnvironmentBindings } from "builderStore/dataBinding"
export let datasource
export let queries