kind of done

This commit is contained in:
2026-02-16 15:17:33 +01:00
parent fb1c28a0ba
commit 77edd1b666
5 changed files with 9 additions and 45 deletions

View File

@@ -93,16 +93,6 @@ public function fields(NovaRequest $request): array
Textarea::make('Scoring Instructions')
->rules('nullable'),
DateTime::make('Created At')
->exceptOnForms()
->sortable()
->filterable(),
DateTime::make('Updated At')
->exceptOnForms()
->sortable()
->filterable(),
HasMany::make('Questions', 'questions', QuestionResource::class),
];
}