fixing bugs
This commit is contained in:
@@ -74,19 +74,16 @@ public function fields(NovaRequest $request): array
|
||||
Text::make('Job Title', 'job_title')
|
||||
->sortable()
|
||||
->filterable()
|
||||
->copyable()
|
||||
->readonly(),
|
||||
->copyable(),
|
||||
|
||||
Text::make('Department')
|
||||
->sortable()
|
||||
->filterable()
|
||||
->copyable()
|
||||
->readonly(),
|
||||
->copyable(),
|
||||
|
||||
Text::make('Phone')
|
||||
->sortable()
|
||||
->copyable()
|
||||
->readonly(),
|
||||
->copyable(),
|
||||
|
||||
Password::make('Password')
|
||||
->onlyOnForms()
|
||||
|
||||
Reference in New Issue
Block a user