fix: update default search key in EnterpriseDataTable component
This commit is contained in:
@@ -178,7 +178,7 @@ export function EnterpriseDataTable<E extends BaseEntity>(props: EnterpriseDataT
|
||||
cancelModalConfig,
|
||||
rollbackModalConfig,
|
||||
holdModalConfig,
|
||||
searchKey = 'q',
|
||||
searchKey = 'search',
|
||||
filterConfig,
|
||||
|
||||
// Bulk action props
|
||||
|
||||
Reference in New Issue
Block a user