update transfer fee

This commit is contained in:
bagusajisaputroo
2025-06-09 23:34:30 +07:00
parent 920ee4e5ab
commit 27a1766f20
2 changed files with 2 additions and 1 deletions

View File

@ -945,7 +945,7 @@ const AddFeeDialog = () => {
<div className="flex justify-end pt-2.5 gap-5"> <div className="flex justify-end pt-2.5 gap-5">
<Button <Button
variant={'outline'} variant={'outline'}
type="reset" type="reset"
onClick={() => { onClick={() => {
resetForm(); resetForm();
}} }}

View File

@ -1046,3 +1046,4 @@ const EditFeeDialog = () => {
}; };
export { EditFeeDialog }; export { EditFeeDialog };