From d6ab3b8eff5447fca33f6b803b795e24c6bc970a Mon Sep 17 00:00:00 2001 From: Thomas Abraham Date: Thu, 9 Dec 2021 09:23:50 +0100 Subject: [PATCH] teamsInfoUrl in more places --- client/User/Commands.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/client/User/Commands.elm b/client/User/Commands.elm index f963aaa..9156dc6 100644 --- a/client/User/Commands.elm +++ b/client/User/Commands.elm @@ -30,6 +30,7 @@ settingsDecoder = |> required "nakadiApiUrl" string |> optional "appsInfoUrl" string emptyString |> optional "usersInfoUrl" string emptyString + |> optional "teamsInfoUrl" string emptyString |> optional "monitoringUrl" string emptyString |> optional "sloMonitoringUrl" string emptyString |> optional "eventTypeMonitoringUrl" string emptyString