SUPPORT-9368: fixes
This commit is contained in:
parent
d1f1a09294
commit
79f9779200
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export class FileDownloadCellRenderer implements GridCellValueRenderer {
|
|||
|
||||
const parentComponent = params.context.parentComponent;
|
||||
if (parentComponent) {
|
||||
parentComponent.downloadFile(fileId, params.data);
|
||||
parentComponent.downloadFile(fileId);
|
||||
}
|
||||
|
||||
button.blur();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue