Skip to content

Commit 53b7d17

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 4084ef5 commit 53b7d17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Filament/Resources/NavigationResource.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,10 @@ protected static function getCategoryFormComponent()
277277
$query->where('category', 'like', '%' . $search . '%');
278278
})
279279
->limit($limit);
280+
280281
return $query->pluck('category', 'category')->all();
281282
};
283+
282284
return [
283285
Forms\Components\Select::make('category')
284286
->label(__('inspirecms::resources/navigation.category.label'))

0 commit comments

Comments
 (0)