We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48885cc commit d5c394eCopy full SHA for d5c394e
src/schemas/publishCatalogItem/uiSchema.tsx
@@ -1,5 +1,5 @@
1
const publishCatalogItemUiSchema = {
2
- 'ui:order': ['type', 'compatibility', 'pattern_caveats', 'pattern_info']
+ 'ui:order': ['type', 'compatibility', 'pattern_info', 'pattern_caveats']
3
};
4
5
export default publishCatalogItemUiSchema;
0 commit comments