use stringify on use meta data descriptor (#31717)
fixes: #31687 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
36a141007e
commit
3f6136c648
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ const Fields = ({ readOnly }: DescriptorSettingsProps) => {
|
||||||
name="config.useMetadataDescriptorUrl"
|
name="config.useMetadataDescriptorUrl"
|
||||||
label={t("useMetadataDescriptorUrl")}
|
label={t("useMetadataDescriptorUrl")}
|
||||||
isDisabled={readOnly}
|
isDisabled={readOnly}
|
||||||
|
stringify
|
||||||
/>
|
/>
|
||||||
{useMetadataDescriptorUrl !== "true" && (
|
{useMetadataDescriptorUrl !== "true" && (
|
||||||
<TextAreaControl
|
<TextAreaControl
|
||||||
|
|
Loading…
Reference in a new issue