fix: duplicate props in ag-grid-themed

This commit is contained in:
Matthew Russell 2023-11-29 14:09:08 -08:00
parent 0697302d07
commit e4c4c20631
No known key found for this signature in database

View File

@ -40,9 +40,6 @@ export const AgGridThemed = ({
overlayNoRowsTemplate={t('No data')}
suppressDragLeaveHidesColumns
ref={gridRef}
overlayLoadingTemplate={t('Loading...')}
overlayNoRowsTemplate={t('No data')}
suppressDragLeaveHidesColumns
{...defaultProps}
{...props}
/>