Skip to content

Commit

Permalink
fix config publish
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 3, 2022
1 parent 37b95b3 commit 939f9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/TranslationResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static function getRelations(): array

public static function getPages(): array
{
if (config('filament-translations.modal-resource')) {
if (config('filament-translations.modal')) {
return [
'index' => Pages\ManageTranslations::route('/'),
];
Expand Down

0 comments on commit 939f9a3

Please sign in to comment.