UI updation in Create and Update Service and Infra projects.
This commit is contained in:
parent
06ac8099ed
commit
214a416deb
@ -183,7 +183,7 @@ const ManageServiceProject = ({ serviceProjectId, onClose }) => {
|
||||
<span className="danger-text">{errors.shortName.message}</span>
|
||||
)}
|
||||
</div>
|
||||
<div className="col-12 col-md-6 mb-2">
|
||||
<div className="col-12 col-md-6">
|
||||
<Label htmlFor="name" required>
|
||||
Select Status
|
||||
</Label>
|
||||
@ -200,7 +200,7 @@ const ManageServiceProject = ({ serviceProjectId, onClose }) => {
|
||||
<span className="danger-text">{errors.statusId.message}</span>
|
||||
)}
|
||||
</div>
|
||||
<div className="col-12 mb-2">
|
||||
<div className="col-12 mb-2">
|
||||
<SelectMultiple
|
||||
options={data?.data}
|
||||
isLoading={isLoading}
|
||||
@ -297,7 +297,7 @@ const ManageServiceProject = ({ serviceProjectId, onClose }) => {
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<div className="d-flex justify-content-end gap-4">
|
||||
<div className="d-flex justify-content-end gap-4 mt-4">
|
||||
<button
|
||||
className="btn btn-sm btn-outline-secondary"
|
||||
disabled={isPending || isUpdating}
|
||||
|
||||
@ -154,7 +154,7 @@ const SelectMultiple = ({
|
||||
className="multi-select-dropdown-container"
|
||||
style={{ position: "relative" }}
|
||||
>
|
||||
<label className="form-label mb-1">{label}</label>
|
||||
<label className="form-label mb-0">{label}</label>
|
||||
<Label className={name} required={required}></Label>
|
||||
|
||||
<div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user