Added stringify in MultiValuedStringComponent (#4306)

This commit is contained in:
Raphael Suter 2023-02-03 12:26:35 +01:00 committed by GitHub
parent 2d8afd1a33
commit 989d35fe0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ export const MultiValuedStringComponent = ({
addButtonLabel={t("addMultivaluedLabel", {
fieldLabel: t(label!).toLowerCase(),
})}
stringify
/>
</FormGroup>
);