Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhoue-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Jun 16, 2023
1 parent 1ce9073 commit 758b586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/discover/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {
AppUpdater,
CoreSetup,
CoreStart,
DEFAULT_WORKSPACE_TEMPLATES,
Plugin,
PluginInitializerContext,
} from 'opensearch-dashboards/public';
Expand Down Expand Up @@ -90,6 +89,7 @@ import {
DiscoverUrlGenerator,
} from './url_generator';
import { SearchEmbeddableFactory } from './application/embeddable';
import { DEFAULT_WORKSPACE_TEMPLATES } from '../../../core/public';

declare module '../../share/public' {
export interface UrlGeneratorStateMapping {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/visualize/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
AppUpdater,
CoreSetup,
CoreStart,
DEFAULT_WORKSPACE_TEMPLATES,
Plugin,
PluginInitializerContext,
ScopedHistory,
Expand Down Expand Up @@ -71,6 +70,7 @@ import {
} from './services';
import { visualizeFieldAction } from './actions/visualize_field_action';
import { createVisualizeUrlGenerator } from './url_generator';
import { DEFAULT_WORKSPACE_TEMPLATES } from '../../../core/public';

export interface VisualizePluginStartDependencies {
data: DataPublicPluginStart;
Expand Down

0 comments on commit 758b586

Please sign in to comment.