Compare commits

..

2 Commits

Author SHA1 Message Date
8c3037bd86 4643 2026-02-15 14:59:52 -08:00
e4dcbd852e 4643 2026-02-15 12:57:31 -08:00
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -13,4 +13,5 @@ Thumbs.db
# Environment # Environment
.env.local .env.local
.env.*.local .env.*.local
/ayanova/logfile

View File

@@ -31,6 +31,7 @@
v-model="selectedContact" v-model="selectedContact"
:items="contacts" :items="contacts"
:label="$ay.t('Contacts')" :label="$ay.t('Contacts')"
data-cy="contactSelect"
></v-select> ></v-select>
</v-card-text> </v-card-text>