Skip to content

Commit 7afa9fc

Browse files
committed
Added turbo ignore to form
1 parent ec2f14a commit 7afa9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/create.edge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@layout.main({ title: "Home"})
22
@slot('main')
33
<div class="pt-4 h-full flex flex-col mt-8 ">
4-
<form class="max-w-3xl mx-auto p-6 bg-purple-800 rounded-lg shadow-md space-y-8" method="POST" action="/generate" enctype="multipart/form-data">
4+
<form class="max-w-3xl mx-auto p-6 bg-purple-800 rounded-lg shadow-md space-y-8" data-turbo="false" method="POST" action="/generate" enctype="multipart/form-data">
55
{{ csrfField() }}
66
<fieldset class="border border-purple-700 rounded-md p-4">
77
<legend class="text-xl font-semibold mb-4">Templaten</legend>

0 commit comments

Comments
 (0)