Skip to content

Commit

Permalink
Removes unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Nov 11, 2020
1 parent 499e721 commit abdaa53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const schema: FormSchema<DefineStepRule> = {
if (!needsValidation) {
return;
}

return isEmpty(query.query as string) && isEmpty(filters)
? {
code: 'ERR_FIELD_MISSING',
Expand Down

0 comments on commit abdaa53

Please sign in to comment.