fix(core): update

This commit is contained in:
2023-09-13 21:13:47 +02:00
parent 61f646743a
commit 0229eefa4d
3 changed files with 10 additions and 4 deletions

View File

@ -84,7 +84,7 @@ export class DeesTable<T> extends DeesElement {
@property({
type: Array,
})
public dataActions: ITableAction[] = [];
public dataActions: ITableAction<T>[] = [];
@property({
attribute: false,