Skip to content

Commit

Permalink
Set submit action label
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Dec 7, 2024
1 parent abfa389 commit a8b38d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Pages/Media/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ protected function getActions(): array
->success()
->send();
})
->modalSubmitActionLabel(__('Upload'))
->color('primary')
->modal()
->icon('heroicon-o-arrow-up-tray'),
];
Expand Down Expand Up @@ -165,4 +167,4 @@ public function deleteAction(): Action
}
});
}
}
}

0 comments on commit a8b38d9

Please sign in to comment.