Skip to content

Commit

Permalink
DataGrid - fix ts compilation (#25672)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri authored Sep 26, 2023
1 parent fc38497 commit 0227b14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class RowsView extends ColumnsView {

_lastColumnWidths: any;

_hideLoadingTimeoutID: number | undefined;
_hideLoadingTimeoutID: any;

_getDefaultTemplate(column) {
switch (column.command) {
Expand Down

0 comments on commit 0227b14

Please sign in to comment.