Ver código fonte

Add up-reveal="false" to all action forms

Vijayakrishnan Krishnan 5 anos atrás
pai
commit
2c3b1d3302

+ 1 - 1
generatecv/tree-templates/add_new.template.blade.php

@@ -13,7 +13,7 @@
     </h4>
 
     <form action="/post-to-api"
-          up-target="#main-content" up-history="false" up-fail-target=".failed-form-contents" up-reveal="true"
+          up-target="#main-content" up-history="false" up-fail-target=".failed-form-contents" up-reveal="false"
           method="post" enctype="multipart/form-data"
           class="border-top px-3 pt-3 pb-1 custom-submit">
         @csrf

+ 1 - 1
generatecv/tree-templates/sub-action.template.blade.php

@@ -13,7 +13,7 @@
     </h4>
 
     <form action="/post-to-api"
-          up-target="#main-content" up-history="false" up-fail-target=".failed-form-contents" up-reveal="true"
+          up-target="#main-content" up-history="false" up-fail-target=".failed-form-contents" up-reveal="false"
           method="post" enctype="multipart/form-data"
           class="border-top px-3 pt-3 pb-1 custom-submit">
         @csrf