Skip to content

Commit 41a6cf4

Browse files
committed
Change editingId to -1 in authors screen
1 parent 3b05847 commit 41a6cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)