refactor: mark 'Alasan Penolakan' field as required in OwnerVerificationRowActions component for improved form validation
This commit is contained in:
parent
00ef124fb3
commit
5a77623392
@ -100,7 +100,7 @@ function submitReject() {
|
||||
|
||||
<div class="space-y-4">
|
||||
<Field>
|
||||
<FieldLabel for="owner-verification-reject-reason">Alasan Penolakan</FieldLabel>
|
||||
<FieldLabel for="owner-verification-reject-reason" required>Alasan Penolakan</FieldLabel>
|
||||
<Textarea id="owner-verification-reject-reason" v-model="rejectForm.reason"
|
||||
placeholder="Jelaskan alasan penolakan..." rows="3" />
|
||||
<FieldError :errors="rejectForm.errors.reason ? [rejectForm.errors.reason] : []" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user