diff --git a/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/IntegrationConfigForm.svelte b/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/IntegrationConfigForm.svelte deleted file mode 100644 index 3bc1a1cdd9..0000000000 --- a/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/IntegrationConfigForm.svelte +++ /dev/null @@ -1,219 +0,0 @@ - - -
- - {#if !creating} -
- - -
- {/if} - {#each configKeys as configKey} - {#if schema[configKey].type === "object"} -
- - -
- - {:else if schema[configKey].type === "boolean"} -
- - -
- {:else if schema[configKey].type === "longForm"} -
- -