Fix cancel button link in AddContact

This commit is contained in:
2024-12-11 21:46:37 +01:00
parent b318694acb
commit 07a3fe6c13

View File

@@ -51,7 +51,7 @@ ColumnLayout
Button Button
{ {
text: qsTr("Abbrechen") text: qsTr("Abbrechen")
onClicked: appLoader.source = "CustomerTables.qml" onClicked: appLoader.source = "CustomerTable.qml"
} }
Button Button