kind of done
This commit is contained in:
@@ -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),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user