Skip to content

Commit

Permalink
fix (#71)
Browse files Browse the repository at this point in the history
Remove ui property
  • Loading branch information
ibelar committed Mar 31, 2021
1 parent 0aee3a4 commit e13c2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Feature/SendEmailAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function initSendEmailAction(): UserAction
return $this->addUserAction('sendEmail', [
'callback' => 'sendEmail',
'appliesTo' => UserAction::APPLIES_TO_SINGLE_RECORD,
'caption' => 'Email',
'description' => 'Send e-mail to user',
'ui' => ['icon' => 'mail'],
'args' => [
'subject' => ['caption' => 'Subject', 'type' => 'string'],
'message' => ['caption' => 'Message', 'type' => 'text'],
Expand Down

0 comments on commit e13c2c2

Please sign in to comment.