Skip to content

Commit 320b168

Browse files
authored
chore: improvements for datasource tab (#39553)
## Description [EE PR for the same](appsmithorg/appsmith-ee#6416). Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a Datasource Info component to enhance plugin action capabilities. - **Refactor** - Updated the debugger interface by renaming a tab for improved clarity. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d25c6f1 commit 320b168

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/client/src/PluginActionEditor/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ export { default as PluginActionNameEditor } from "./components/PluginActionName
1515
export type { PluginActionEditorState } from "./store/pluginEditorReducer";
1616

1717
export { DocsMenuItem } from "./components/PluginActionToolbar/components/DocsMenuItem";
18+
19+
export { default as DatasourceInfo } from "./components/PluginActionResponse/components/DatasourceTab/DatasourceInfo";

app/client/src/components/editorComponents/Debugger/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export enum DEBUGGER_TAB_KEYS {
2-
DATA_TAB = "DATA_TAB",
2+
RAG_DATASOURCE_TAB = "RAG_DATASOURCE_TAB",
33
DATASOURCE_TAB = "DATASOURCE_TAB",
44
RESPONSE_TAB = "RESPONSE_TAB",
55
HEADER_TAB = "HEADERS_TAB",

0 commit comments

Comments
 (0)