Skip to content

Commit f67d4cc

Browse files
Fix S3_DATASOURCE_TYPE naming typo in plugin.tsx (#1799) (#1803)
(cherry picked from commit 6368b63) Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 24e3d4a commit f67d4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/plugin.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { createGetterSetter } from '../../../src/plugins/opensearch_dashboards_u
2121
import { CREATE_TAB_PARAM, CREATE_TAB_PARAM_KEY, TAB_CHART_ID } from '../common/constants/explorer';
2222
import {
2323
DATACONNECTIONS_BASE,
24-
S3_DATASOURCE_TYPE,
24+
S3_DATA_SOURCE_TYPE,
2525
SECURITY_PLUGIN_ACCOUNT_API,
2626
observabilityApplicationsID,
2727
observabilityApplicationsPluginOrder,

0 commit comments

Comments
 (0)