File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 <!-- Page Types Section -->
5858 <div class =" api-config__section" >
5959 <h3 class =" api-config__section-title" >Page Types</h3 >
60- <form @submit.prevent =" addPageType" class =" api-config__form" >
60+ <form @submit.prevent =" addPageType" novalidate class =" api-config__form" >
6161 <TextInput
6262 id =" page-type-input"
6363 type =" text"
8484 <!-- Collection Keys Section -->
8585 <div class =" api-config__section" >
8686 <h3 class =" api-config__section-title" >Collection Keys</h3 >
87- <form @submit.prevent =" addCollectionKey" class =" api-config__form" >
87+ <form @submit.prevent =" addCollectionKey" novalidate class =" api-config__form" >
8888 <TextInput
8989 id =" collection-key-input"
9090 type =" text"
Original file line number Diff line number Diff line change 2121 </div >
2222
2323 <!-- Search Form -->
24- <form class =" search-content__form" @submit.prevent =" executeSearch" >
24+ <form class =" search-content__form" novalidate @submit.prevent =" executeSearch" >
2525 <TextInput
2626 id =" search-content-search-term"
2727 type =" text"
You can’t perform that action at this time.
0 commit comments