Skip to content

Commit bfe95a3

Browse files
authored
fix(frontend): add missing docs link for json schema resource in error (#7315)
1 parent c5b5760 commit bfe95a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/lib/components/ArgInput.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,11 @@
793793
<div class="text-red-500 text-2xs">
794794
Error loading json schema resource {format.substring('jsonschema-'.length)}, please
795795
check if the resource exists and is a valid json schema.
796+
<a
797+
href="https://windmill.dev/docs/core_concepts/resources_and_types#json-schema-resources"
798+
target="_blank"
799+
class="text-blue-500 hover:text-blue-700 underline">See documentation</a
800+
>
796801
</div>
797802
</div>
798803
{:else}

0 commit comments

Comments
 (0)