Merge pull request #3153 from ryjm/ryjm/publish-sub-fix

publish: fix subscribers page
This commit is contained in:
matildepark 2020-07-23 15:10:37 -04:00 committed by GitHub
commit e4d2bec4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,9 +51,9 @@ export class Subscribers extends Component {
group={group}
tags={tags}
appTags={appTags}
contacts={props.contacts}
groups={props.groups}
associations={props.associations}
contacts={this.props.contacts}
groups={this.props.groups}
associations={this.props.associations}
api={this.props.api}
/>
);