Skip to content

Commit

Permalink
add columns back into query
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Dec 5, 2022
1 parent 997950e commit a1153a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const SaveQuery = ({
const query = useMemo(
() => ({
...queryEditor,
columns,
}),
[queryEditor, columns],
);
Expand Down

0 comments on commit a1153a6

Please sign in to comment.