Skip to content

Commit

Permalink
Add default specialist role in case overview widget
Browse files Browse the repository at this point in the history
  • Loading branch information
alexPopaCode4 committed Dec 11, 2024
1 parent 2589466 commit 0c2dd4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public function table(Table $table): Table
])
->columns([
TextColumn::make('role.name')
->label(__('beneficiary.section.specialists.labels.role')),
->label(__('beneficiary.section.specialists.labels.role'))
->default(__('beneficiary.section.specialists.labels.empty_state_role')),

TextColumn::make('user.full_name')
->label(__('beneficiary.section.specialists.labels.name')),
Expand Down

0 comments on commit 0c2dd4a

Please sign in to comment.