- @if (loading) {
+ @if (loading()) {
Loading share link bundles…
diff --git a/src-ui/src/app/components/manage/document-attributes/custom-fields/custom-fields.component.html b/src-ui/src/app/components/manage/document-attributes/custom-fields/custom-fields.component.html
index 3f45dfe51..4d3aafa28 100644
--- a/src-ui/src/app/components/manage/document-attributes/custom-fields/custom-fields.component.html
+++ b/src-ui/src/app/components/manage/document-attributes/custom-fields/custom-fields.component.html
@@ -8,7 +8,7 @@
- @if (loading) {
+ @if (loading()) {
Loading...
diff --git a/src-ui/src/app/components/manage/saved-views/saved-views.component.html b/src-ui/src/app/components/manage/saved-views/saved-views.component.html
index 1c14b6832..4051d5e91 100644
--- a/src-ui/src/app/components/manage/saved-views/saved-views.component.html
+++ b/src-ui/src/app/components/manage/saved-views/saved-views.component.html
@@ -71,7 +71,7 @@
}
- @if (loading) {
+ @if (loading()) {
Loading...