mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-25 11:04:57 +02:00
feat: add widgets in API
This commit is contained in:
@@ -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([])}
|
||||
|
||||
Reference in New Issue
Block a user