From da9a021014fbf81b48b03a809e6ae707081e98d2 Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Mon, 30 Jan 2023 10:55:53 +0000 Subject: [PATCH] Added envirioment bindings to REST variables --- .../TableIntegrationMenu/rest/RestExtraConfigForm.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/rest/RestExtraConfigForm.svelte b/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/rest/RestExtraConfigForm.svelte index 53663a4841..282ba712a6 100644 --- a/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/rest/RestExtraConfigForm.svelte +++ b/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/rest/RestExtraConfigForm.svelte @@ -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