We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9129726 + 53b7d17 commit c606ad0Copy full SHA for c606ad0
src/Filament/Resources/NavigationResource.php
@@ -277,8 +277,10 @@ protected static function getCategoryFormComponent()
277
$query->where('category', 'like', '%' . $search . '%');
278
})
279
->limit($limit);
280
+
281
return $query->pluck('category', 'category')->all();
282
};
283
284
return [
285
Forms\Components\Select::make('category')
286
->label(__('inspirecms::resources/navigation.category.label'))
0 commit comments