Commit 24d5d50
fix: use navigation.group configuration in MailResource (#59)
The MailResource was hardcoded to use '__('Emails')' as the navigation group,
ignoring the 'filament-mails.navigation.group' configuration option.
This change updates the getNavigationGroup() method to read from the config
with a fallback to the previous default value, allowing users to customize
the navigation group as intended.
Fixes #58
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7c7fd4c commit 24d5d50
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments