diff --git a/src/components/PaymentAssetManager.tsx b/src/components/PaymentAssetManager.tsx index 25c66727..65516e9e 100644 --- a/src/components/PaymentAssetManager.tsx +++ b/src/components/PaymentAssetManager.tsx @@ -1,5 +1,5 @@ import React, { ChangeEvent } from "react"; -import { BsUpload, BsDownload, BsTrash, BsFilePdf } from "react-icons/bs"; +import { BsUpload, BsDownload, BsTrash, BsArrowRepeat } from "react-icons/bs"; import { FilesStorage } from "@/interfaces/storage.files"; import axios from "axios"; @@ -128,7 +128,7 @@ const PaymentAssetManager = (props: { return ( <> - fileInputReplaceRef.current?.click()} /> + fileInputReplaceRef.current?.click()} /> {renderFileInput( (e: Event) => handleFileChange(e, "patch"),