Skip to content

Commit

Permalink
chore: hide groups view from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Sep 18, 2024
1 parent e2862c0 commit 565bd6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const Settings = observer<ISettingsProps>(function Settings({ source, acc

return (
<Container gap overflow noWrap>
<Group className={s(classes, { settingsGroups: true })} vertical box keepSize overflow>
<Group className={s(classes, { settingsGroups: true })} vertical box keepSize overflow hidden>
<SettingsGroups treeData={treeData} onClick={handleClick} />
</Group>
<Container className={s(classes, { settingsContainer: true })} overflow vertical gap noWrap>
Expand Down

0 comments on commit 565bd6e

Please sign in to comment.