Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Nov 22, 2023
1 parent f9925a1 commit 0ec4ac2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ interface DiscoverStateContainerParams {
services: DiscoverServices;
/*
* display mode in which discover is running
*
* */
displayMode?: DiscoverDisplayMode;
}
Expand All @@ -92,7 +91,6 @@ export interface LoadParams {
export interface DiscoverStateContainer {
/*
* display mode in which discover is running
*
* */
displayMode: DiscoverDisplayMode;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/discover/public/kibana_services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const [getScopedHistory, setScopedHistory] =
createGetterSetter<ScopedHistory>('scopedHistory');

export const [getLogExplorerTabs, setLogExplorerTabs] = createGetterSetter<{ enabled: boolean }>(
'showLogExplorerTabs'
'logExplorerTabs'
);

setLogExplorerTabs({ enabled: false });

0 comments on commit 0ec4ac2

Please sign in to comment.