7299_testToMaster #351

Merged
alexm merged 321 commits from 7299_testToMaster into master 2024-05-07 05:36:02 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 918ce0dc86 - Show all commits

View File

@ -78,8 +78,8 @@ async function insert() {
<TransitionGroup name="list" tag="div" class="column items-center full-width">
<QCard
class="q-pa-xs q-mb-sm full-width"
v-for="(note, index) in rows"
:key="note.id ?? index"
v-for="note in rows"
:key="note.id"
>
<QCardSection horizontal>
<VnAvatar