This commit is contained in:
Niels Lyngsø
2024-10-11 23:30:56 +02:00
parent df910a808e
commit 578609c050

View File

@@ -105,9 +105,8 @@ export class UmbContentTypeStructureManager<
* @returns {Promise} - Promise resolved
*/
public async loadType(unique?: string) {
if (!unique) return;
if (this.#ownerContentTypeUnique === unique) return;
console.log('loadType', unique);
//if (!unique) return;
//if (this.#ownerContentTypeUnique === unique) return;
this._reset();
this.#ownerContentTypeUnique = unique;