Skip to content

Commit

Permalink
Revert fix ag grid type (#2924) This reverts commit a8b4b20. (#2970)
Browse files Browse the repository at this point in the history
  • Loading branch information
irisyngao authored Feb 28, 2024
1 parent e98fdf9 commit 8f3335a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/brown-needles-try.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 | null;
declare const AG_GRID_LICENSE: string;

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

0 comments on commit 8f3335a

Please sign in to comment.