Skip to content

Commit

Permalink
Fix DataTablesComponent hoverable option
Browse files Browse the repository at this point in the history
  • Loading branch information
forsbergplustwo authored Jan 23, 2025
1 parent 6af5a6e commit 375e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/polaris/data_table_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def system_arguments
"Polaris-DataTable"
)
args[:data] ||= {}
args[:data][:controller] = "polaris-data-table"
args[:data][:controller] = "polaris-data-table" if @hoverable
end
end

Expand Down

0 comments on commit 375e20d

Please sign in to comment.