Skip to content

Commit

Permalink
Merge pull request #2794 from mashehu/fix-website-build
Browse files Browse the repository at this point in the history
fix website build temporarily
  • Loading branch information
mashehu authored Oct 15, 2024
2 parents 957c808 + 1c71d2c commit 493ea39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ if (schemaDefs && Object.keys(schemaDefs).length > 0) {
hidden: value.properties && Object.values(value.properties).every((prop) => prop.hidden),
};
});
} else if (schema.properties && Object.keys(schema.properties).length > 0) {
schemaDefs = schema.properties; // catching the case where there is no definitions but only properties
}
---

Expand Down

0 comments on commit 493ea39

Please sign in to comment.