Skip to content

Commit

Permalink
Code refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jul 9, 2024
1 parent 4f66fe9 commit fbf4cdc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions resources/models/automationrule.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@
'buttons' => [
'save' => [
'label' => 'lang:admin::lang.button_save',
'context' => ['create', 'edit'],
'partial' => 'form/toolbar_save_button',
'class' => 'btn btn-primary',
'data-request' => 'onSave',
],
'saveClose' => [
'label' => 'lang:admin::lang.button_save_close',
'class' => 'btn btn-default',
'data-request' => 'onSave',
'data-request-data' => 'close:1',
'data-progress-indicator' => 'admin::lang.text_saving',
],
],
],
Expand Down

0 comments on commit fbf4cdc

Please sign in to comment.