mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 06:41:38 +01:00
rename duplicate ids
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user