Fix cancel button link in AddContact
This commit is contained in:
@@ -51,7 +51,7 @@ ColumnLayout
|
||||
Button
|
||||
{
|
||||
text: qsTr("Abbrechen")
|
||||
onClicked: appLoader.source = "CustomerTables.qml"
|
||||
onClicked: appLoader.source = "CustomerTable.qml"
|
||||
|
||||
}
|
||||
Button
|
||||
|
||||
Reference in New Issue
Block a user