feat: add widgets in API

This commit is contained in:
prafull-opensignlabs
2024-04-12 17:13:27 +05:30
parent 686a773d34
commit 2265bee61f
4 changed files with 121 additions and 17 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ const Forms = (props) => {
<div className="flex gap-2 justify-center items-center">
<div className="flex justify-between items-center px-2 py-2 w-full font-bold rounded border-[1px] border-[#ccc] text-gray-500 bg-white text-[13px]">
<div className="break-all">
file selected : {getFileName(fileload)}
file selected : {getFileName(fileupload)}
</div>
<div
onClick={() => setFileUpload([])}