[MM-44644] Update configured server URL from SiteURL if available (#2152)
This commit is contained in:
@@ -161,6 +161,7 @@ export function handleEditServerModal(e: IpcMainEvent, name: string) {
|
||||
teams[serverIndex].name = data.name;
|
||||
teams[serverIndex].url = data.url;
|
||||
Config.set('teams', teams);
|
||||
updateServerInfos([teams[serverIndex]]);
|
||||
}).catch((e) => {
|
||||
// e is undefined for user cancellation
|
||||
if (e) {
|
||||
|
Reference in New Issue
Block a user