-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible language conflict with filament-shield #5
Comments
I found a bandaid. You can exclude it inside of the 'exclude' => [
'enabled' => true,
'pages' => [
'Dashboard',
],
'widgets' => [
'AccountWidget', 'FilamentInfoWidget',
],
'resources' => [
'ResourceLockResource',
],
], |
Nice catch! I'll look into it. If I can't find a solution I'll add your quick fix to the docs. |
Yup , having the same issue, tnx for the baindaid there.
|
Fixed by : #46 |
https://github.com/bezhanSalleh/filament-shield
These inputs values disappear when I install the package. When I remove it they come back.
The text was updated successfully, but these errors were encountered: