From 98febcbc01ca209b72b73b8f38f01bd5fdba5f41 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Tue, 16 Jul 2024 00:22:37 -0500 Subject: [PATCH] Change loading display in context menu --- .../file-context-menu-actions.component.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/file-context-menu-actions/file-context-menu-actions.component.html b/src/app/file-context-menu-actions/file-context-menu-actions.component.html index dcb7546..510d246 100644 --- a/src/app/file-context-menu-actions/file-context-menu-actions.component.html +++ b/src/app/file-context-menu-actions/file-context-menu-actions.component.html @@ -14,7 +14,6 @@ @if (fullFile$ | async; as fullFile) { - @if (fullFile.is_inbox) { }