Skip to content

Commit

Permalink
Fix S3_DATASOURCE_TYPE naming typo in plugin.tsx (#1799) (#1804)
Browse files Browse the repository at this point in the history
(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>
  • Loading branch information
1 parent 07c9a40 commit 4b5477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { createGetterSetter } from '../../../src/plugins/opensearch_dashboards_u
import { CREATE_TAB_PARAM, CREATE_TAB_PARAM_KEY, TAB_CHART_ID } from '../common/constants/explorer';
import {
DATACONNECTIONS_BASE,
S3_DATASOURCE_TYPE,
S3_DATA_SOURCE_TYPE,
SECURITY_PLUGIN_ACCOUNT_API,
observabilityApplicationsID,
observabilityApplicationsPluginOrder,
Expand Down

0 comments on commit 4b5477f

Please sign in to comment.