Skip to content

Commit

Permalink
The accordion must stay closed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Jun 17, 2024
1 parent b0ee72f commit ae4bfba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const LogsOverviewDegradedFields = ({ rawDoc }: { rawDoc: DataTableRecord
id={accordionId}
buttonContent={accordionTitle}
paddingSize="m"
initialIsOpen={true}
initialIsOpen={false}
>
<EuiBasicTable
tableLayout="fixed"
Expand Down

0 comments on commit ae4bfba

Please sign in to comment.