Adding Create Service Project and Create Infra project project at ManageProject.
This commit is contained in:
parent
5f649cd917
commit
767475c7e5
@ -108,7 +108,7 @@ const ManageProjectInfo = ({ project, onClose }) => {
|
||||
return (
|
||||
<div className="p-sm-2 p-2">
|
||||
<div className="text-center mb-2">
|
||||
<h5 className="mb-2">{project ? "Edit Project" : "Create Project"}</h5>
|
||||
<h5 className="mb-2">{project ? "Edit Infra Project" : "Create Infra Project"}</h5>
|
||||
</div>
|
||||
<form
|
||||
className="row g-2 text-start"
|
||||
|
||||
@ -110,7 +110,7 @@ const ManageServiceProject = ({ serviceProjectId, onClose }) => {
|
||||
<FormProvider {...methods}>
|
||||
<form className="px-3 py-2" onSubmit={handleSubmit(onSubmit)}>
|
||||
<div className=" text-center">
|
||||
<h5>{serviceProjectId ? "Update Project" : "Create Project"}</h5>
|
||||
<h5>{serviceProjectId ? "Update Service Project" : "Create Service Project"}</h5>
|
||||
</div>
|
||||
<div className="row text-start">
|
||||
<div className="col-12 mb-2">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user