Add editing to call details pane

This commit is contained in:
Jamie Kyle 2024-07-30 11:39:24 -07:00 committed by GitHub
parent 95209689a8
commit cee2788654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 330 additions and 118 deletions

View file

@ -49,9 +49,9 @@ export async function onCallLinkUpdateSync(
// TODO: DESKTOP-6951
log.warn(`${logId}: Deleting call links is not supported`);
}
confirm();
} catch (err) {
log.error(`${logId}: Failed to process`, Errors.toLogFormat(err));
}
confirm();
}