mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 22:26:23 +02:00
try empty string as falsey key
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6b4daf02a9
commit
f4db83a031
@ -952,7 +952,7 @@ module.exports = React.createClass({
|
||||
let webcamDropdown = <p>{_t('No Webcams detected')}</p>;
|
||||
|
||||
const defaultOption = {
|
||||
deviceId: undefined,
|
||||
deviceId: '',
|
||||
label: _t('Default Device'),
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user