Fix missing aria-describedby

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-01 20:13:25 +01:00
parent 29f23e3f77
commit 5e079f8c9e

View File

@@ -1040,6 +1040,10 @@ function ControlOverviewPageContent({
<X className="w-5 h-5" /> <X className="w-5 h-5" />
</button> </button>
</DialogTitle> </DialogTitle>
<DialogDescription>
Preview of the evidence file. You can view or download the file
from here.
</DialogDescription>
</DialogHeader> </DialogHeader>
<div className="flex flex-col items-center justify-center min-h-[300px] bg-gray-50 rounded-md p-4"> <div className="flex flex-col items-center justify-center min-h-[300px] bg-gray-50 rounded-md p-4">
{isLoadingFileUrl ? ( {isLoadingFileUrl ? (