Skip to content

Commit e9b058f

Browse files
authored
fix: [LAR-177] current locale bug (#299)
1 parent 53ff277 commit e9b058f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Livewire/Components/ChangeLocale.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
final class ChangeLocale extends Component
1313
{
14-
public string $currentLocale;
14+
public ?string $currentLocale = null;
1515

1616
public function mount(): void
1717
{

0 commit comments

Comments
 (0)