rev: button cancel

Deskripsi:
- tambah button clear pada form file tambah pengajuan surat
- tambah button clear pada form file update data pengajuan surat

NO Issues
This commit is contained in:
2026-01-20 10:48:37 +08:00
parent d8bb33cc93
commit f86703e7d1
2 changed files with 2 additions and 0 deletions

View File

@@ -648,6 +648,7 @@ function FileInputWrapper({
leftSection={<IconUpload />}
aria-label={label}
name={name}
clearable={true}
/>
{preview ? (

View File

@@ -241,6 +241,7 @@ function FileInputWrapper({
aria-label={label}
name={name}
disabled={disabled}
clearable={true}
/>
{preview ? (