Skip to content

Commit

Permalink
fix: set showContainer as true
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Nov 18, 2023
1 parent 25d2ac4 commit b047a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class SearchGroupFactory {
async _buildSection(searchGroupAttributes: Array<SearchAttribute>) {
const section = new Section((o) => {
o.id = Section.MAIN_SECTION_ID;
o.showContainer = false;
o.showContainer = true;
});

// $FlowFixMe
Expand Down

0 comments on commit b047a6d

Please sign in to comment.