Skip to content

Commit aeea5a6

Browse files
authored
Merge pull request #11 from Irinina/develop
Fix disappearing checkbox
2 parents f4178ba + c9a87a8 commit aeea5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/templates/magewire/create-account.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!$guestCheckerViewModel->isCustomerGuest()) {
1212
}
1313

1414
?>
15-
<div wire:model="accountExists">
15+
<div>
1616
<?php if (!$magewire->accountExists): ?>
1717
<div class="flex gap-x-4">
1818
<div class="flex items-center">

0 commit comments

Comments
 (0)