mirror of
https://github.com/frappe/lms.git
synced 2026-04-27 11:09:26 +03:00
chore: fixed the linter issues
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user