more warnings fixed

This commit is contained in:
Henry Jameson 2024-12-23 04:38:43 +02:00
commit 300f73331a
16 changed files with 42 additions and 18 deletions

View file

@ -17,6 +17,7 @@
<i18n-t
v-if="id"
keypath="lists.editing_list"
scope="global"
>
<template #listTitle>
{{ title }}
@ -25,6 +26,7 @@
<i18n-t
v-else
keypath="lists.creating_list"
scope="global"
/>
</div>
</div>