mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(settings) fix when devices tab is not visible
Fixes: https://github.com/jitsi/jitsi-meet/issues/13461
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
f1de6887cd
commit
398e170e2d
@@ -203,7 +203,7 @@ function _mapStateToProps(state: IReduxState, ownProps: any) {
|
||||
|
||||
return {
|
||||
...newProps,
|
||||
selectedVideoInputId: videoTabState.selectedVideoInputId || newProps.selectedVideoInputId,
|
||||
selectedVideoInputId: videoTabState?.selectedVideoInputId || newProps.selectedVideoInputId,
|
||||
options: tabState.options
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user