fixed cancel button on edit tenant form
This commit is contained in:
parent
ed1e0cd428
commit
275d984ecc
@ -178,7 +178,7 @@ const EditProfile = ({ TenantId,onClose }) => {
|
||||
|
||||
<div className="d-flex justify-content-center gap-2 mt-3">
|
||||
<button type="submit" disabled={isPending} className="btn btn-sm btn-primary">{isPending ? "Please Wait..." : "Submit"}</button>
|
||||
<button type="button" disabled={isPending} className="btn btn-sm btn-secondary">Camcel</button>
|
||||
<button type="button" disabled={isPending} className="btn btn-sm btn-secondary" onClick={onClose}>Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
</FormProvider>
|
||||
|
Loading…
x
Reference in New Issue
Block a user