diff --git a/inst/qml/LSTdescriptives.qml b/inst/qml/LSTdescriptives.qml index d86c8b4..2e45b6e 100644 --- a/inst/qml/LSTdescriptives.qml +++ b/inst/qml/LSTdescriptives.qml @@ -173,7 +173,7 @@ Form name: "selectedVariable" title: qsTr("Selected") singleVariable: true - allowedColumns: ["ordinal", "scale"] + allowedColumns: ["scale"] } } }