fixing bugs

This commit is contained in:
2026-02-16 15:09:41 +01:00
parent c39b8085af
commit fb1c28a0ba
14 changed files with 238 additions and 19 deletions

View File

@@ -108,8 +108,7 @@ public function fields(NovaRequest $request): array
])
->displayUsingLabels()
->sortable()
->filterable()
->readonly(),
->filterable(),
Number::make('Score')
->sortable()
@@ -125,8 +124,7 @@ public function fields(NovaRequest $request): array
])
->displayUsingLabels()
->sortable()
->filterable()
->readonly(),
->filterable(),
Textarea::make('Additional Comments')
->rules('nullable'),