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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user