Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Feb 27, 2025
1 parent 855b64c commit f5760b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/MailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function getModel(): string

public static function getNavigationGroup(): ?string
{
return __(config('filament-mails.navigation.group')) ?? __('Emails');
return filled(config('filament-mails.navigation.group')) ? __(config('filament-mails.navigation.group')) : __('Emails');
}

public static function getNavigationLabel(): string
Expand Down

0 comments on commit f5760b1

Please sign in to comment.