@if ((fileLinks | async)?.length > 0) {
0
}"
data-test-selector="file-list"
>
@for (fileLink of fileLinks | async; track fileLink.id) {
}
}
@if (!allowUploading && (storageErrors | async)?.length === 0 && (fileLinks | async)?.length === 0) {
}
@if (allowUploading) {
}
@if (allowUploading && (storageErrors | async)?.length === 0) {
}
@if ((storageErrors | async)?.length === 0) {
@if (allowUploading) {
}
@if (allowLinking) {
}
}
}