preamble text and other copy changes
This commit is contained in:
@@ -289,7 +289,7 @@ function Radiofield(props) {
|
||||
parentFieldShowOnValue,
|
||||
validation,
|
||||
} = props;
|
||||
|
||||
let { t } = useTranslation();
|
||||
const router = useRouter();
|
||||
const required = (value) => (value ? undefined : "Required");
|
||||
// console.log(props.options);
|
||||
|
||||
Reference in New Issue
Block a user