Standardize bridge send/receive params

This commit is contained in:
Darren Clarke 2024-07-18 11:08:01 +02:00
parent 69abe9bee1
commit c32c26088f
23 changed files with 7042 additions and 1276 deletions

View file

@ -80,7 +80,7 @@ export const QueryListSelector: FC<QueryListSelectorProps> = ({
disableColumnMenu
scrollbarSize={10}
onRowSelectionModelChange={(newSelectionModel) => {
setSelectionModel(newSelectionModel);
setSelectionModel(newSelectionModel as any);
updateQuery({
[keyName]: { values: newSelectionModel },
});