From f4c9d7324bd6864cace02cd9da11e278d3a2c352 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 Feb 2022 09:27:07 -0800 Subject: [PATCH] typo --- src/views/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/app.js b/src/views/app.js index 0253976d0..7d973b497 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -343,7 +343,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' var httpPorts = app.manifest.httpPorts || {}; for (var env2 in httpPorts) { $scope.location.secondaryDomains[env2] = { - location: httpPorts[env2].defaultValue || '', + subdomain: httpPorts[env2].defaultValue || '', domain: $scope.location.domain }; }