add comment

This commit is contained in:
Niels Lyngsø
2023-08-31 14:04:13 +02:00
parent e3870ae795
commit f38ab42ce3

View File

@@ -151,6 +151,7 @@ export class UmbDocumentTypeWorkspacePropertyElement extends UmbLitElement {
this.dispatchEvent(new CustomEvent('property-delete'));
})
.catch(() => {
// We do not need to react to cancel, so we will leave an empty method to prevent Uncaught Promise Rejection error.
return;
});
}