Verify mandatory indicator (*) for Reference field while creating a Tenant

This commit is contained in:
Kartik Sharma 2025-09-24 14:59:09 +05:30 committed by pramod.mahajan
parent 245219ad71
commit 0e6dd93260

View File

@ -181,7 +181,7 @@ const OrganizationInfo = ({ onNext, onPrev, onSubmitTenant }) => {
</div>
<div className="col-sm-6">
<Label htmlFor="reference">Reference</Label>
<Label htmlFor="reference" required>Reference</Label>
<select
id="reference"
className="form-select shadow-none border py-1 px-2 small"