app/components/avo/tab_group_component.html.erb in avo-2.11.1.pre.1 vs app/components/avo/tab_group_component.html.erb in avo-2.11.1.pre.2

- old
+ new

@@ -3,11 +3,10 @@ target: "tab-group", index: index, controller: "tabs", tabs_view_value: view, tabs_active_tab_value: active_tab_name - }, - class: 'space-y-12' do %> + } do %> <% visible_tabs.each_with_index do |tab, index| %> <% args = { # Hide the turbo frames that aren't in the current tab # This way we can lazy load the un-selected tabs on the show view