Added search action button to NotificationsPage
• Added: - search action button to NotificationsPage
This commit is contained in:
parent
26bb93c7c4
commit
3486158695
@ -61,6 +61,12 @@ class NotificationsPage extends React.PureComponent {
|
|||||||
LinkFooter,
|
LinkFooter,
|
||||||
]}
|
]}
|
||||||
tabs={tabs}
|
tabs={tabs}
|
||||||
|
actions={[
|
||||||
|
{
|
||||||
|
icon: 'search',
|
||||||
|
to: '/search',
|
||||||
|
},
|
||||||
|
]}
|
||||||
>
|
>
|
||||||
<PageTitle badge={notificationCount} path={title} />
|
<PageTitle badge={notificationCount} path={title} />
|
||||||
{children}
|
{children}
|
||||||
|
Loading…
Reference in New Issue
Block a user