diff --git a/app/Forms/CollectorForm.php b/app/Forms/CollectorForm.php index 1e42ed3..58c26b9 100644 --- a/app/Forms/CollectorForm.php +++ b/app/Forms/CollectorForm.php @@ -9,6 +9,7 @@ class CollectorForm extends CommonForm public function __construct() { parent::__construct(); + $this->setActionButtons(['view' => ICONS['SEARCH']]); } public function getFormRule(string $action, string $field): string