Skip to content

Commit

Permalink
fix ag grid type (#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioUyaguari authored Feb 12, 2024
1 parent 2a54433 commit a8b4b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/orange-trainers-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@finos/legend-lego': patch
---
2 changes: 1 addition & 1 deletion packages/legend-lego/src/data-grid/DataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const enterpriseModules = [

export const allModules = communityModules.concat(enterpriseModules);

declare const AG_GRID_LICENSE: string;
declare const AG_GRID_LICENSE: string | null;

export function DataGrid<TData = unknown>(
props: AgGridReactProps<TData> | AgReactUiProps<TData>,
Expand Down

0 comments on commit a8b4b20

Please sign in to comment.