diff --git a/frontend/shared/UserOrgSelect.jsx b/frontend/shared/UserOrgSelect.jsx index 1a20d89c7..a3820c1c7 100644 --- a/frontend/shared/UserOrgSelect.jsx +++ b/frontend/shared/UserOrgSelect.jsx @@ -12,19 +12,19 @@ function makeOptions(opts) { } const UserOrgSelect = ({ - className, + className = '', id, - label, - touched, + label = "Select the site's organization", + touched = false, error, - mustChooseOption, + mustChooseOption = false, name, onChange, orgData, value, }) => (
-