mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 14:42:37 +02:00
Merge pull request #1236 from OpenSignLabs/validation
refactor: add parenthesis
This commit is contained in:
@@ -660,7 +660,7 @@ const Forms = (props) => {
|
||||
)}
|
||||
<div className="text-xs">
|
||||
<label className="block">
|
||||
{`${t("report-heading.File")} (${t("file-type")}`}
|
||||
{`${t("report-heading.File")} (${t("file-type")})`}
|
||||
<span className="text-red-500 text-[13px]">*</span>
|
||||
</label>
|
||||
{fileupload.length > 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user