We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e381ff7 commit 280700dCopy full SHA for 280700d
apps/admin-app-repo/src/pages/centers.tsx
@@ -168,20 +168,20 @@ const Centers = () => {
168
//set 2 grid layout
169
let alterUISchema = responseForm?.uiSchema;
170
alterUISchema['ui:order'] = [
171
- "name",
172
- "center_type",
173
"state",
174
"district",
175
"block",
176
"village",
+ "board",
+ "medium",
177
+ "grade",
178
+ "name",
179
+ "center_type",
180
"address",
181
"image",
182
"google_map_link",
183
'industry',
- "catchment_area",
- "board",
- "medium",
184
- "grade",
+ "catchment_area"
185
];
186
alterUISchema = enhanceUiSchemaWithGrid(alterUISchema);
187
0 commit comments