changed position of autorenew input field
This commit is contained in:
parent
b2f5213f7d
commit
49cf94546a
@ -194,7 +194,6 @@ const SubScription = ({ onSubmitSubScription, onNext }) => {
|
|||||||
min: { value: 1, message: "Team size must be at least 1" },
|
min: { value: 1, message: "Team size must be at least 1" },
|
||||||
})}
|
})}
|
||||||
onKeyDown={(e) => {
|
onKeyDown={(e) => {
|
||||||
// block "e", "+", "-", ".", ","
|
|
||||||
if (["e", "E", "+", "-", "."].includes(e.key)) {
|
if (["e", "E", "+", "-", "."].includes(e.key)) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
@ -203,8 +202,8 @@ const SubScription = ({ onSubmitSubScription, onNext }) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="col-12">
|
<div className="col-12">
|
||||||
<div className="d-flex justify-content-between">
|
<div className="d-flex justify-content-start align-items-center gap-2">
|
||||||
<label className="form-label fw-semibold d-block">
|
<label className="form-label d-block">
|
||||||
Enable auto renew
|
Enable auto renew
|
||||||
</label>
|
</label>
|
||||||
<label className="switch switch-square switch-sm">
|
<label className="switch switch-square switch-sm">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user