Skip to content

Commit

Permalink
Fixed formatting to not show a change
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Nov 11, 2020
1 parent 8dee519 commit 0f234ef
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,7 @@ export const QueryBarDefineRule = ({
(newQuery: Query) => {
const { query } = field.value as FieldValueQueryBar;
if (!deepEqual(query, newQuery)) {
field.setValue({
...(field.value as FieldValueQueryBar),
query: newQuery,
});
field.setValue({ ...(field.value as FieldValueQueryBar), query: newQuery });
}
},
[field]
Expand Down

0 comments on commit 0f234ef

Please sign in to comment.