Skip to content

Commit 52410ee

Browse files
committed
fix: change proxy evacuation form default value for seating count
1 parent af06a6f commit 52410ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/EmergencyForm/EvacuationForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const EvacuationForm: React.FC<EvacuationFormProps> = ({ form }) => {
102102
onValueChange={field.onChange}
103103
onBlur={field.onBlur}
104104
maxLength={3}
105-
placeholder="Koltuk Sayısı"
105+
placeholder="Talep Edilen Koltuk Sayısı"
106106
/>
107107
</div>
108108
</FormControl>

src/components/EmergencyForm/ProxyEvacuationForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function ProxyEvacuationForm(): JSX.Element {
3737
applicantPhoneNumber: { countryCode: '90', lineNumber: '' },
3838
firstName: '',
3939
lastName: '',
40-
seatingCount: 1,
40+
seatingCount: 0,
4141
phoneNumber: { countryCode: '90', lineNumber: '' },
4242
sourceCity: '',
4343
sourceDistrict: '',

0 commit comments

Comments
 (0)