fix: Streaming server settings - use empty string instead of null for remoteHttps

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
Lachezar Lechev 2024-07-22 14:06:11 +03:00
parent 92586ee9c1
commit 28d5252b11
No known key found for this signature in database
GPG key ID: 69BDCB3ED8CE8037

View file

@ -70,7 +70,7 @@ const useStreamingServerSettingsInputs = (streamingServer) => {
options: [
{
label: t('SETTINGS_DISABLED'),
value: null,
value: '',
},
...streamingServer.networkInfo.content.availableInterfaces.map((address) => ({
label: address,