tav-ui
Version:
14 lines (12 loc) • 334 B
JavaScript
function extendCurrentRowActionsAuth(row, data) {
if (!data)
return [];
return data.map((d) => ({
...d,
hyperlink: row.hyperlink,
watermarkFileDownload: row.watermarkFileDownload,
sourceFileDownload: row.sourceFileDownload
}));
}
export { extendCurrentRowActionsAuth };
//# sourceMappingURL=extend2.mjs.map