Skip to content

Commit 917e71e

Browse files
a-klosCopilot
andauthored
Update frontend/libs/admin-app/feature-document/DocumentUploadContainer.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bff149a commit 917e71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/libs/admin-app/feature-document/DocumentUploadContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 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" />
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>

0 commit comments

Comments
 (0)