mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
fix: API calling endpoint
This commit is contained in:
parent
11e033c72d
commit
df2bfd7429
3 changed files with 6 additions and 16 deletions
|
|
@ -15,7 +15,7 @@ export const useDeviceInputs = () => {
|
|||
if (defaultAudioInput) {
|
||||
setSelectedAudioInput(defaultAudioInput.deviceId);
|
||||
}
|
||||
} catch (error) {
|
||||
} catch {
|
||||
setPermissionError('Could not enumerate devices');
|
||||
}
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue