diff --git a/Gui/AddCustomer.qml b/Gui/AddCustomer.qml index 580a07b..8015e9c 100644 --- a/Gui/AddCustomer.qml +++ b/Gui/AddCustomer.qml @@ -51,7 +51,7 @@ ColumnLayout Button { text: qsTr("Abbrechen") - onClicked: appLoader.source = "CustomerTables.qml" + onClicked: appLoader.source = "CustomerTable.qml" } Button