This commit is contained in:
mgabdev
2020-12-09 15:02:43 -05:00
parent f9c1246fac
commit 6c13144fbc
24 changed files with 577 additions and 416 deletions

View File

@@ -79,6 +79,10 @@ class GroupsPage extends React.PureComponent {
to: isPro ? '/groups/create' : undefined,
onClick: isPro ? undefined : this.handleOpenProUpgradeModal,
},
{
icon: 'search',
to: '/search',
},
]}
tabs={tabs}
page='groups'