Fixed issues with panel naming and importing after code split

• Fixed:
- issues with panel naming and importing after code split
This commit is contained in:
mgabdev
2020-08-12 18:39:50 -05:00
parent fa7dd139a8
commit 5a77411d2d
5 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ const mapDispatchToProps = (dispatch) => ({
export default
@connect(mapStateToProps, mapDispatchToProps)
@injectIntl
class GroupSidebarPanel extends ImmutablePureComponent {
class GroupsPanel extends ImmutablePureComponent {
static propTypes = {
groupIds: ImmutablePropTypes.list,