update transfer fee
This commit is contained in:
@ -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();
|
||||||
}}
|
}}
|
||||||
|
|||||||
@ -1046,3 +1046,4 @@ const EditFeeDialog = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export { EditFeeDialog };
|
export { EditFeeDialog };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user