Skip to content

Commit

Permalink
Fix upload settings rerdirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Nov 27, 2023
1 parent 740b341 commit 29aefab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h2><%= t("admin.settings.index.images_and_documents") %></h2>

<%= render Admin::Settings::TableComponent.new(settings: @uploads_settings, setting_name: "setting") %>
<%= render Admin::Settings::TableComponent.new(settings: @uploads_settings, setting_name: "setting", tab: "#tab-images-and-documents") %>

0 comments on commit 29aefab

Please sign in to comment.