@paperless/angular 1.52.4 → 1.52.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/modules/table/components/table/table.component.mjs +2 -2
- package/fesm2015/paperless-angular.mjs +1 -1
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +1 -1
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/table/components/table/table.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3225,7 +3225,7 @@ let Table = class Table {
|
|
|
3225
3225
|
}
|
|
3226
3226
|
parseRowActionsRow(actions, rowIndex) {
|
|
3227
3227
|
if (!actions?.length) {
|
|
3228
|
-
return;
|
|
3228
|
+
return [];
|
|
3229
3229
|
}
|
|
3230
3230
|
return actions.filter(a => !a.showFunction || a.showFunction(this.parsedItems[rowIndex]));
|
|
3231
3231
|
}
|