Skip to content

Commit 8e10eec

Browse files
fix the options value naming (#298)
1 parent 262334b commit 8e10eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_ui/context_menu/context_menu.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def default_attrs
1818
{
1919
data: {
2020
controller: "ruby-ui--context-menu",
21-
popover_options_value: @options.to_json
21+
ruby_ui__context_menu_options_value: @options.to_json
2222
}
2323
}
2424
end

0 commit comments

Comments
 (0)