Skip to content

Commit 0ba573c

Browse files
authored
Merge pull request #434 from Nangelov7/fix-ui-schema-link
Fixed UI schema link
2 parents 70cbaf0 + 54fb391 commit 0ba573c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/jsonSchemaFormComp/jsonSchemaFormComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ let FormBasicComp = (function () {
251251
{trans("jsonSchemaForm.schemaTooltip") + " "}
252252
<a
253253
href={
254-
"https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/uiSchema/"
254+
"https://jsonforms.io/docs/uischema"
255255
}
256256
target={"_blank"}
257257
rel="noreferrer"

0 commit comments

Comments
 (0)