File tree Expand file tree Collapse file tree
frontend/libs/admin-app/feature-document Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ const getErrorMessage = (errorType: string) => {
204204 <!-- configuration inputs -->
205205 <div class =" space-y-2 mb-4 w-full max-w-sm" >
206206 <label for =" sitemapName" class =" sr-only" >Sitemap Name</label >
207- <input id =" sitemapName" v-model =" sitemapName" type =" text" placeholder =" Name" class =" input input-bordered w-full" />
207+ <input id =" sitemapName" v-model =" sitemapName" type =" text" placeholder =" Name" class =" input input-bordered w-full" required />
208208 <label for =" sitemapWebPath" class =" sr-only" >Sitemap URL</label >
209209 <input v-model =" sitemapWebPath" type =" url" placeholder =" Sitemap URL (required)" class =" input input-bordered w-full" required />
210210 <label for =" sitemapFilterUrls" class =" sr-only" >Filter URLs</label >
You can’t perform that action at this time.
0 commit comments