We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b05847 + 41a6cf4 commit 79c6953Copy full SHA for 79c6953
1 file changed
src/components/ScreenAuthors.vue
@@ -117,7 +117,7 @@ export default defineComponent({
117
setup () {
118
const { authors, authorsKind, setAuthors } = useCff()
119
const { errors } = useValidation()
120
- const editingId = ref(0)
+ const editingId = ref(-1)
121
122
const addAuthor = async (kind: AuthorKind) => {
123
const newAuthors = [...authors.value, {}]
0 commit comments