[MM-63280] Forward ref properly through SwitchChannelSuggestion (#30580)

Этот коммит содержится в:
Devin Binnie
2025-04-03 21:26:28 +03:00
коммит произвёл GitHub
родитель 2dcf6bffb1
Коммит 5156c8d836

Просмотреть файл

@@ -333,7 +333,7 @@ function mapStateToPropsForSwitchChannelSuggestion(state: GlobalState, ownProps:
};
}
const ConnectedSwitchChannelSuggestion = connect(mapStateToPropsForSwitchChannelSuggestion, null, null, {forwardRef: true})(injectIntl(SwitchChannelSuggestion));
const ConnectedSwitchChannelSuggestion = connect(mapStateToPropsForSwitchChannelSuggestion, null, null, {forwardRef: true})(injectIntl(SwitchChannelSuggestion, {forwardRef: true}));
let prefix = '';