diff --git a/app/client/src/PluginActionEditor/index.ts b/app/client/src/PluginActionEditor/index.ts index 2cb13d4a5e6d..8a2cb80ae68f 100644 --- a/app/client/src/PluginActionEditor/index.ts +++ b/app/client/src/PluginActionEditor/index.ts @@ -15,3 +15,5 @@ export { default as PluginActionNameEditor } from "./components/PluginActionName export type { PluginActionEditorState } from "./store/pluginEditorReducer"; export { DocsMenuItem } from "./components/PluginActionToolbar/components/DocsMenuItem"; + +export { default as DatasourceInfo } from "./components/PluginActionResponse/components/DatasourceTab/DatasourceInfo"; diff --git a/app/client/src/components/editorComponents/Debugger/constants.ts b/app/client/src/components/editorComponents/Debugger/constants.ts index 44f4cf57febc..484b7046ad64 100644 --- a/app/client/src/components/editorComponents/Debugger/constants.ts +++ b/app/client/src/components/editorComponents/Debugger/constants.ts @@ -1,5 +1,5 @@ export enum DEBUGGER_TAB_KEYS { - DATA_TAB = "DATA_TAB", + RAG_DATASOURCE_TAB = "RAG_DATASOURCE_TAB", DATASOURCE_TAB = "DATASOURCE_TAB", RESPONSE_TAB = "RESPONSE_TAB", HEADER_TAB = "HEADERS_TAB",