Skip to content

Commit

Permalink
chore[Op#50985]: Use defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed Nov 30, 2023
1 parent 88c23a9 commit c245272
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ def create
if service_result.success?
flash[:primer_banner] = {
message: I18n.t(:'storages.notice_successful_storage_connection'),
scheme: :success,
dismiss_scheme: :hide,
full: true
scheme: :success
}
redirect_to admin_settings_storages_path
else
Expand Down

0 comments on commit c245272

Please sign in to comment.