chore: fixed the linter issues

This commit is contained in:
Joedeep Singh
2025-07-04 14:02:13 +00:00
parent eed339cc64
commit 9b0320ccf1

View File

@@ -67,7 +67,11 @@
<FormControl
v-model="newTag"
: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()"
id="tags"
/>