From c013b9baed768e0f87f5a4ff778d68ef93972c51 Mon Sep 17 00:00:00 2001 From: Irina Smidt <82020146+Irinina@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:10:57 +0100 Subject: [PATCH] Fix disappearing checkbox When the wrapping `div` was wired to `accountExists`, `accountExists` was set to `true` as soon as the checkbox was checked. It then disappeared, as is it only shown, when `accountExists` is `false`. --- view/frontend/templates/magewire/create-account.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/frontend/templates/magewire/create-account.phtml b/view/frontend/templates/magewire/create-account.phtml index 6922e39..586b21c 100644 --- a/view/frontend/templates/magewire/create-account.phtml +++ b/view/frontend/templates/magewire/create-account.phtml @@ -12,7 +12,7 @@ if (!$guestCheckerViewModel->isCustomerGuest()) { } ?> -