We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469bc8d commit 1f3612bCopy full SHA for 1f3612b
packages/common-ui/src/components/TagsInput.vue
@@ -152,7 +152,7 @@ export default defineComponent({
152
async updateAvailableCourseTags() {
153
try {
154
this.availableCourseTags = (await this.courseDB!.getCourseTagStubs()).rows.map((row) => {
155
- console.log(`[TagsInput] available tag: ${JSON.stringify(row)}`);
+ // console.log(`[TagsInput] available tag: ${JSON.stringify(row)}`);
156
return row.doc! as Tag;
157
});
158
} catch (e) {
0 commit comments