Skip to content

Commit 79c6953

Browse files
authored
Merge pull request #854 from citation-file-format/853-fix-left-over-debugging-code
2 parents 3b05847 + 41a6cf4 commit 79c6953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ScreenAuthors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default defineComponent({
117117
setup () {
118118
const { authors, authorsKind, setAuthors } = useCff()
119119
const { errors } = useValidation()
120-
const editingId = ref(0)
120+
const editingId = ref(-1)
121121
122122
const addAuthor = async (kind: AuthorKind) => {
123123
const newAuthors = [...authors.value, {}]

0 commit comments

Comments
 (0)