1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-03-16 05:40:15 +01:00

rename duplicate ids

This commit is contained in:
2026-03-06 15:48:12 +01:00
parent 024fb015a7
commit ddf7ff728d

View File

@@ -10,14 +10,14 @@ template $FlashcardsCreateCardDialog : Adw.AlertDialog {
]
response => $on_response();
Adw.EntryRow entry {
Adw.EntryRow titleEntry {
title: _("Title");
styles [
"card",
]
}
Adw.EntryRow entry {
Adw.EntryRow answerEntry {
title: _("Answer");
styles [
"card",