We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6421a commit 2106ad2Copy full SHA for 2106ad2
src/store/reducers/query/utils.ts
@@ -36,7 +36,7 @@ export function getQueryInHistory(rawQuery: string | QueryInHistory) {
36
};
37
}
38
39
- if ('queryId' in rawQuery) {
+ if (rawQuery.queryId) {
40
return rawQuery;
41
42
return {
0 commit comments