Skip to content

Commit

Permalink
Merge pull request #88 from openinfradev/feature-t-data-grid
Browse files Browse the repository at this point in the history
Trivial. Fix TDataGrid property name warning
  • Loading branch information
Siyeop authored Apr 16, 2024
2 parents 92d273a + 585cb38 commit 996a0a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/data-container/data-grid/TDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ const TDataGrid = forwardRef((props: TDataGridProps, ref: Ref<AgGridReact>) => {
onSelectionChanged={onSelectionChanged}
{...props}
noRowsOverlayComponent={noRowsOverlayComponent}

// TODO. [TR-YOO] 해당 옵션 검토하기
suppressPropertyNamesCheck
{...generatedHeightProps}
/>
</div>
Expand Down

0 comments on commit 996a0a6

Please sign in to comment.