fix(lint): self-closing

This commit is contained in:
Kalista Payne
2026-03-24 17:31:25 -05:00
parent 04396a01d2
commit 69333cb2e1
4 changed files with 7 additions and 7 deletions
@@ -18,7 +18,7 @@
type="text"
:placeholder="$t('challengeNamePlaceholder')"
@keydown="enableSubmit"
/>
></input>
</div>
<div class="form-group">
<label>
@@ -30,7 +30,7 @@
type="text"
:placeholder="$t('shortNamePlaceholder')"
@keydown="enableSubmit"
/>
></input>
</div>
<div class="form-group">
<label>
@@ -15,7 +15,7 @@
v-model="workingGroup.name"
type="text"
:placeholder="isParty ? $t('newPartyPlaceholder') : $t('newGuildPlaceholder')"
/>
></input>
</div>
<div class="form-group">
<label>
@@ -11,12 +11,12 @@
<b-dropdown-header>
<div class="mb-2">
<input
class="form-control"
class="form-control"
v-model="search"
type="text"
:placeholder="searchPlaceholder"
@keyup.enter="handleSubmit"
/>
></input>
</div>
<multi-list
@@ -12,12 +12,12 @@
<b-dropdown-header>
<div class="mb-2">
<input
class="form-control"
class="form-control"
v-model="search"
type="text"
:placeholder="searchPlaceholder"
@keyup.enter="handleSubmit"
/>
></input>
</div>
</b-dropdown-header>
<template #button-content>