Updated GroupsPage actions prop key for attrTitle

• Updated:
- GroupsPage actions prop key for attrTitle
This commit is contained in:
mgabdev 2020-11-03 15:10:22 -06:00
parent fe28656e3f
commit 20f9e82959

@ -74,7 +74,7 @@ class GroupsPage extends React.PureComponent {
title={title}
actions={[
{
title: 'Create',
attrTitle: 'Create',
icon: 'add',
to: isPro ? '/groups/create' : undefined,
onClick: isPro ? undefined : this.handleOpenProUpgradeModal,