aviflombaum / shadcn-rails

https://shadcn.rails-components.com
MIT License
470 stars 32 forks source link

fix: fixes syntax error in filter_helper #61

Open Ya-Suzuki opened 1 month ago

Ya-Suzuki commented 1 month ago

This pull request is for bug fix #60. In the list_item method of app/helpers/components/filter_helper.rb, a part that should be a keyword argument was written as a symbol, causing a Syntax Error. This fix corrects the notation of symbols as keyword arguments and resolves the problem.