SUPPORT-9368: фикс

This commit is contained in:
adel.ka 2025-10-17 14:44:45 +03:00
parent ada7f3398c
commit 87c3e905f3

View file

@ -16,6 +16,8 @@ export class FileDownloadCellRenderer implements GridCellValueRenderer {
}
button.addEventListener('click', () => {
event.stopPropagation();
const fileId = params.data.fileId;
if (!fileId) {
return;