Skip to content

Commit

Permalink
fix: reorder the fields
Browse files Browse the repository at this point in the history
Signed-off-by: Yash sharma <[email protected]>
  • Loading branch information
Yashsharma1911 committed Nov 1, 2024
1 parent 48885cc commit d5c394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/publishCatalogItem/uiSchema.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const publishCatalogItemUiSchema = {
'ui:order': ['type', 'compatibility', 'pattern_caveats', 'pattern_info']
'ui:order': ['type', 'compatibility', 'pattern_info', 'pattern_caveats']
};

export default publishCatalogItemUiSchema;

0 comments on commit d5c394e

Please sign in to comment.