Skip to content

Commit

Permalink
fix frontend display. helper shouldnot show in visualize
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh committed Jun 4, 2021
1 parent def813d commit 1036bf2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import _ from 'lodash';
import fetch from 'node-fetch';
import moment from 'moment';
import Datasource from '../lib/classes/datasource';
import { isValidConfig } from './graphite_helper';
import { isValidConfig } from './helpers/graphite_helper';

const MISS_CHECKLIST_MESSAGE = `Please configure on the opensearch_dashboards.yml file.
You can always enable the default allowlist configuration.`;
Expand Down

0 comments on commit 1036bf2

Please sign in to comment.