Skip to content

Commit

Permalink
Merge branch 'main' into code_of_conduct
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxsios committed Apr 25, 2024
2 parents 06f9856 + e5ab989 commit 346689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/SchemaItemProperties.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const includesElement = (key: string) => {
const json = await import("../assets/zarf.schema.json");
// @ts-expect-error - We don't import a TS type for the schema, but we know it's structured correctly
const itemSchema = json.definitions[item];
const itemSchema = json["$defs"][item];
if (unwrap) {
unwrap.forEach((wrapped: string) => {
Expand Down

0 comments on commit 346689d

Please sign in to comment.