Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
merging into master
  • Loading branch information
yash37158 committed Sep 26, 2023
2 parents 3ea693d + 27ac06d commit f0a66b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/configuration/uiSchemaApplication.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"applicationType": {
"ui:widget": "radio"
},
"ui:order" : ["name", "applicationType"]
"ui:order" : ["name", "applicationType", "file", "url"]
}
2 changes: 1 addition & 1 deletion schemas/configuration/uiSchemaDesignImport.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"uploadType": {
"ui:widget": "radio"
},
"ui:order" : ["name", "uploadType"]
"ui:order" : ["name", "uploadType", "file", "url"]
}
2 changes: 1 addition & 1 deletion schemas/configuration/uiSchemaFilter.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ui:order" : ["name", "uploadType", "config"]
"ui:order" : ["name", "uploadType", "config", "file", "url"]
}

0 comments on commit f0a66b1

Please sign in to comment.