Skip to content

Commit 2a0eb4b

Browse files
committed
Missed object call
1 parent c6f4aa4 commit 2a0eb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbook/app/pb_kits/playbook/pb_list/list.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% if object.enable_drag %>
2-
<%= pb_rails("draggable", props: {initial_items: items}) do %>
2+
<%= pb_rails("draggable", props: {initial_items: object.items}) do %>
33
<%= pb_rails("draggable/draggable_container") do %>
44
<%= content_tag(:div, class: object.list_classname) do %>
55
<%= content_tag(:"#{object.ordered_class}",

0 commit comments

Comments
 (0)