chore: fixed the linter issues
This commit is contained in:
@@ -67,7 +67,11 @@
|
|||||||
<FormControl
|
<FormControl
|
||||||
v-model="newTag"
|
v-model="newTag"
|
||||||
:placeholder="__('Add a keyword and then press enter')"
|
:placeholder="__('Add a keyword and then press enter')"
|
||||||
:class="['w-full', 'flex-1', { 'mt-2': course.tags?.length }]"
|
:class="[
|
||||||
|
'w-full',
|
||||||
|
'flex-1',
|
||||||
|
{ 'mt-2': course.tags?.length },
|
||||||
|
]"
|
||||||
@keyup.enter="updateTags()"
|
@keyup.enter="updateTags()"
|
||||||
id="tags"
|
id="tags"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user