preamble text and other copy changes

This commit is contained in:
2024-04-24 17:24:35 +01:00
parent 53c78e07d8
commit 51f2a74b9b
13 changed files with 247 additions and 393 deletions
+1 -1
View File
@@ -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);