fix(core): update
This commit is contained in:
@ -261,7 +261,7 @@ export class DeesTable<T> extends DeesElement {
|
||||
`
|
||||
)}
|
||||
${(() => {
|
||||
if (this.dataActions) {
|
||||
if (this.dataActions && this.dataActions.length > 0) {
|
||||
return html`
|
||||
<th>
|
||||
<div class="innerCellContainer">Actions</div>
|
||||
@ -318,7 +318,7 @@ export class DeesTable<T> extends DeesElement {
|
||||
`
|
||||
)}
|
||||
${(() => {
|
||||
if (this.dataActions) {
|
||||
if (this.dataActions && this.dataActions.length > 0) {
|
||||
return html`
|
||||
<td>
|
||||
<div class="innerCellContainer">
|
||||
|
Reference in New Issue
Block a user