Skip to content

Commit

Permalink
fix(array): type assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Feb 12, 2024
1 parent 3d44502 commit 2637c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ class CDSTable extends HostListenerMixin(LitElement) {
}

// Gets table header info to add to the column cells for styles
const headersWithSlug = [] as any;
const headersWithSlug: number[] = [];

Array.prototype.slice
.call(this._tableHeaderRow.children)
Expand Down

0 comments on commit 2637c64

Please sign in to comment.