Skip to content

Commit

Permalink
Improve back button to reduce code duplication and minor UI adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Aug 1, 2023
1 parent a07fb47 commit 8312716
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/models/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@

$config['form']['toolbar'] = [
'buttons' => [
'back' => [
'label' => 'lang:igniter::admin.button_icon_back',
'class' => 'btn btn-outline-secondary',
'href' => 'payments',
],
'save' => [
'label' => 'lang:igniter::admin.button_save',
'context' => ['create', 'edit'],
Expand Down

0 comments on commit 8312716

Please sign in to comment.