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:
@@ -648,6 +648,7 @@ function FileInputWrapper({
|
|||||||
leftSection={<IconUpload />}
|
leftSection={<IconUpload />}
|
||||||
aria-label={label}
|
aria-label={label}
|
||||||
name={name}
|
name={name}
|
||||||
|
clearable={true}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{preview ? (
|
{preview ? (
|
||||||
|
|||||||
@@ -241,6 +241,7 @@ function FileInputWrapper({
|
|||||||
aria-label={label}
|
aria-label={label}
|
||||||
name={name}
|
name={name}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
|
clearable={true}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{preview ? (
|
{preview ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user