Skip to content

Commit c606ad0

Browse files
committed
Merge remote-tracking branch 'origin/0.x' into 0.x
2 parents 9129726 + 53b7d17 commit c606ad0

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)