Skip to content

Commit

Permalink
fix bug (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 authored Aug 18, 2023
1 parent 556a330 commit b7db9a4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ protected function getTableActions(): array
->icon(null)
->action(fn (Organization $record) => $record->status = OrganizationStatus::approved->value)
->requiresConfirmation(),
Action::make('reject')
->label(__('organization.actions.reject'))
->action(fn (Organization $record) => $record->status = OrganizationStatus::rejected->value)
->size('sm')
->icon(null),
];
}
}

0 comments on commit b7db9a4

Please sign in to comment.