Skip to content

Commit 763c30e

Browse files
committed
Fixed UI schema link
1 parent dcffd4d commit 763c30e

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)