Skip to content

Commit 1d6a519

Browse files
committed
Replace crypto dependency to set property discriminator properties block's id
1 parent 0870210 commit 1d6a519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/common/jschema/PropertyDiscriminator.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
export let schemaProperty = undefined;
99
10-
const key = crypto.randomUUID();
10+
const key = schemaProperty.key;
1111
1212
</script>
1313

0 commit comments

Comments
 (0)