diff --git a/Gui/ApplicantNationalInsurance.qml b/Gui/ApplicantNationalInsurance.qml index c90dd47..c29f329 100644 --- a/Gui/ApplicantNationalInsurance.qml +++ b/Gui/ApplicantNationalInsurance.qml @@ -72,20 +72,6 @@ GridLayout visible: nation.currentText === "Deutschland"? false:true } Label - { - text: qsTr("Staatsangehörigkeit") - visible: nation.currentText === "Deutschland"? false:true - } - TextField - { - property string name: "nationality" - id: nationality - visible: nation.currentText === "Deutschland"? false:true - Layout.fillWidth: true - placeholderText: "Pflichtfeld" - placeholderTextColor: "red" - } - Label { text: qsTr("Pass gültig bis") visible: nation.currentText === "Deutschland"? false:true