Merge pull request 'Verify mandatory indicator (*) for Reference field while creating a Tenant' (#427) from Kartik_Bug#1295 into Organization_Management

Reviewed-on: #427
Merged
This commit is contained in:
pramod.mahajan 2025-09-25 09:20:48 +00:00
commit a4bccc9bf6

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"