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 38bd27a commit 1fbb476Copy full SHA for 1fbb476
src/store/reducers/query/query.ts
@@ -31,6 +31,7 @@ const sliceLimit = queriesHistoryInitial.length - MAXIMUM_QUERIES_IN_HISTORY;
31
32
const initialState: QueryState = {
33
input: '',
34
+ isDirty: false,
35
history: {
36
queries: queriesHistoryInitial
37
.slice(sliceLimit < 0 ? 0 : sliceLimit)
0 commit comments