remove form diabling div from LockerStatus.jsx
This commit is contained in:
parent
6b19adf03e
commit
307d2621ce
@ -125,18 +125,12 @@ function LockerStatus() {
|
||||
<AnimatePresence>
|
||||
{notification.message !== "" && <Notification {...notification} />}
|
||||
</AnimatePresence>
|
||||
<div className="relative">
|
||||
{notification.type === "success" && (
|
||||
<div className="absolute inset-0 bg-[#fff]/50 z-10 rounded-3xl" />
|
||||
)}
|
||||
|
||||
<FormBox title={t("lockerStatus")}>
|
||||
<FieldsWrapper>
|
||||
{formFields.map(renderField)}
|
||||
</FieldsWrapper>
|
||||
<FieldsWrapper>{formFields.map(renderField)}</FieldsWrapper>
|
||||
<Button text={t("submit")} onClick={handleSubmit} />
|
||||
</FormBox>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user