This commit is contained in:
Mads Rasmussen
2024-10-10 08:48:39 +02:00
parent 61385e502f
commit 9084ef3693

View File

@@ -40,6 +40,7 @@ export class UmbDefaultCollectionContext<
#manifest?: ManifestCollection;
#repository?: UmbCollectionRepository;
// TODO: replace with a state manager
#loading = new UmbObjectState<boolean>(false);
public readonly loading = this.#loading.asObservable();