Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Aug 2, 2024
1 parent 7d0d90a commit bc4663c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export function getDiscoverStateContainer({
language: 'kuery',
query: '',
},
columns: [],
dataSource: {
type: DataSourceType.DataView,
dataViewId,
Expand All @@ -383,6 +384,7 @@ export function getDiscoverStateContainer({
dataSource: {
type: DataSourceType.Esql,
},
columns: [],
});
};

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc4663c

Please sign in to comment.