Fix cancel button link in AddContact
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user