Logo icon shown in organization details popup, but no option to upload logo while creating organization #483

Closed
kartik.sharma wants to merge 2 commits from Kartik_Bug#1469 into Issues_Oct_main_2W
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 55ff4d5d29 - Show all commits

View File

@ -190,8 +190,8 @@ const ManagOrg = () => {
)} )}
</div> </div>
<div className="col-sm-12"> <div className="col-sm-12 text-start mt-2">
<Label htmlFor="logoImage">Logo Image</Label> <Label htmlFor="logoImage" required>Logo Image</Label>
<LogoUpload <LogoUpload
preview={logoPreview} preview={logoPreview}

View File

@ -45,7 +45,7 @@ export const LogoUpload = ({ preview, setPreview, fileName, setFileName }) => {
return ( return (
<div className="col-sm-12 mb-3"> <div className="col-sm-12 mb-3">
<div <div
className="border border-secondary border-dashed rounded p-2 text-center position-relative" className="border border-secondary text-black border-dashed rounded p-2 text-center position-relative"
style={{ cursor: "pointer" }} style={{ cursor: "pointer" }}
onClick={() => document.getElementById("logoImageInput")?.click()} onClick={() => document.getElementById("logoImageInput")?.click()}
> >