Updated GroupsPage actions prop key for attrTitle
• Updated: - GroupsPage actions prop key for attrTitle
This commit is contained in:
parent
fe28656e3f
commit
20f9e82959
@ -74,7 +74,7 @@ class GroupsPage extends React.PureComponent {
|
|||||||
title={title}
|
title={title}
|
||||||
actions={[
|
actions={[
|
||||||
{
|
{
|
||||||
title: 'Create',
|
attrTitle: 'Create',
|
||||||
icon: 'add',
|
icon: 'add',
|
||||||
to: isPro ? '/groups/create' : undefined,
|
to: isPro ? '/groups/create' : undefined,
|
||||||
onClick: isPro ? undefined : this.handleOpenProUpgradeModal,
|
onClick: isPro ? undefined : this.handleOpenProUpgradeModal,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user