Skip to content

Commit

Permalink
Revert changes on useExpandedHeaders setting due to Cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Apr 19, 2023
1 parent 7baeca3 commit 7ef51bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/core/server/opensearch_dashboards_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const config = {
defaultValue: 'Wazuh',
}),
useExpandedHeader: schema.boolean({
defaultValue: false,
defaultValue: true,
}),
}),
}),
Expand Down

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

0 comments on commit 7ef51bc

Please sign in to comment.