comment adjustment

This commit is contained in:
Niels Lyngsø
2023-04-21 12:19:40 +02:00
parent f6ef9fb218
commit aa1a1b0219

View File

@@ -110,7 +110,7 @@ export class UmbWorkspacePropertyStructureManager<R extends UmbDocumentTypeRepos
this.#documentTypeObservers.push(
new UmbObserverController(this.#host, await this.#documentTypeRepository.byId(data.id), (docType) => {
if (docType) {
// TODO: Handle if there was changes made to the specific document type in this context.
// TODO: Handle if there was changes made to the owner document type in this context.
/*
possible easy solutions could be to notify user wether they want to update(Discard the changes to accept the new ones).
*/