Skip to content

Commit

Permalink
Support OpenSearch Dashboards 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eva Millán <evamillan@bitergia.com>
  • Loading branch information
evamillan authored and dlumbrer committed Apr 9, 2023
1 parent 65cd32c commit 0ccc3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "kbnNetwork",
"version": "1.0.0",
"opensearchDashboardsVersion": "1.3.2",
"opensearchDashboardsVersion": "2.6.0",
"server": false,
"ui": true,
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion public/components/switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function SwitchOption<ParamName extends string>({
setValue,
}: SwitchOptionProps<ParamName>) {
return (
<EuiFormRow fullWidth={true} compressed={true}>
<EuiFormRow fullWidth={true}>
<>
<EuiSwitch
compressed={true}
Expand Down

0 comments on commit 0ccc3c5

Please sign in to comment.