Skip to content

Commit

Permalink
fix: 🐛 minor syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydawka committed Dec 22, 2023
1 parent 4a3f64a commit b63bbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/study/metadata/keywords/StudyKeywords.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const saveMetadata = (e: MouseEvent) => {
/>

<n-form-item v-for="(keyword, index) in moduleData" :key="index" label="Name" path="keywords">
<n-input v-model:value="moduleData[index]" placeholder="Diabetes" />
<n-input v-model:value="moduleData[index]" placeholder="Biomedical science" />

<n-popconfirm @positive-click="removeKeyword(index)">
<template #trigger>
Expand Down

0 comments on commit b63bbbc

Please sign in to comment.