Skip to content

Commit 9799fc9

Browse files
committed
fix form url not found
1 parent c7a9323 commit 9799fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/components/flatpickr/_themes.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="mt-3 col-md-6">
2-
<%= form_for :appointment do |form| %>
2+
<%= form_for :appointment, url: '#', method: 'get' do |form| %>
33
<div class="my-3">
44
<p class="my-1">Default HTML date input</p>
55
<%= form.date_field :normal_date %>

0 commit comments

Comments
 (0)