Skip to content

Commit

Permalink
update selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jan 21, 2025
1 parent 4267ed3 commit 595090c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/core/usecases/dataExplorer/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const main = createSelector(state, columns, (state, columns) => {
if (data === undefined) {
return {
isQuerying,
rows: undefined
rows: undefined,
queryParams
};
}

Expand Down

0 comments on commit 595090c

Please # to comment.