2
0

Redirect back after site upload deletion (#30141)

This commit is contained in:
Fawaz Farid
2024-05-06 16:31:39 +03:00
committed by GitHub
parent 116f01ec7d
commit 05126d106f

View File

@@ -9,7 +9,7 @@ module Admin
@site_upload.destroy! @site_upload.destroy!
redirect_to admin_settings_path, notice: I18n.t('admin.site_uploads.destroyed_msg') redirect_back fallback_location: admin_settings_path, notice: I18n.t('admin.site_uploads.destroyed_msg')
end end
private private