Skip to content

Commit d5c394e

Browse files
fix: reorder the fields
Signed-off-by: Yash sharma <[email protected]>
1 parent 48885cc commit d5c394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const publishCatalogItemUiSchema = {
2-
'ui:order': ['type', 'compatibility', 'pattern_caveats', 'pattern_info']
2+
'ui:order': ['type', 'compatibility', 'pattern_info', 'pattern_caveats']
33
};
44

55
export default publishCatalogItemUiSchema;

0 commit comments

Comments
 (0)