test: course creation flow

This commit is contained in:
Jannat Patel
2024-05-15 14:55:28 +05:30
parent 9670dfa916
commit a62fd757d4
12 changed files with 145 additions and 106 deletions

View File

@@ -114,7 +114,11 @@
@click="removeTag(tag)"
/>
</div>
<FormControl v-model="newTag" @keyup.enter="updateTags()" />
<FormControl
v-model="newTag"
@keyup.enter="updateTags()"
id="tags"
/>
</div>
</div>
</div>