Skip to content
  • Rate limit · GitHub

    Access has been restricted

    You have triggered a rate limit.

    Please wait a few minutes before you try again;
    in some cases this may take up to an hour.

  • Notifications You must be signed in to change notification settings
  • Fork 5.3k

Commit

Permalink
Fix NullableBooleanInput
Browse files Browse the repository at this point in the history
Closes #4299

Regression introduced by #3522
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

fzaninotto committed Jan 16, 2020
1 parent 54e10a9 commit 7c3cc14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -63,7 +63,6 @@ const NullableBooleanInput: FunctionComponent<
parse,
resource,
source,
type: 'checkbox',
validate,
});
return (

0 comments on commit 7c3cc14

Please sign in to comment.