Showing
1 changed file
with
0 additions
and
9 deletions
| ... | ... | @@ -157,15 +157,6 @@ export const schemas: FormSchema[] = [ |
| 157 | 157 | }, |
| 158 | 158 | }, |
| 159 | 159 | { |
| 160 | - field: 'status', | |
| 161 | - label: t('repair.order.statusText'), | |
| 162 | - component: 'RadioButtonGroup', | |
| 163 | - defaultValue: 'ENABLE', | |
| 164 | - componentProps: { | |
| 165 | - options: statusOptions, | |
| 166 | - }, | |
| 167 | - }, | |
| 168 | - { | |
| 169 | 160 | field: 'emergency', |
| 170 | 161 | label: t('repair.order.emergencyText'), |
| 171 | 162 | component: 'Select', | ... | ... |