Skip to content

Commit

Permalink
remove nominalText and replace by nominal if necessary everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Apr 16, 2024
1 parent 5e75806 commit 9f3bafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/qml/NonParametricSurvivalAnalysis.qml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Form
{
name: "factors"
title: qsTr("Factors")
allowedColumns: ["ordinal", "nominal", "nominalText"]
allowedColumns: ["ordinal", "nominal"]
}
}

Expand Down
2 changes: 1 addition & 1 deletion inst/qml/SemiParametricSurvivalAnalysis.qml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Form
{
name: "factors"
title: qsTr("Factors")
allowedColumns: ["ordinal", "nominal", "nominalText"]
allowedColumns: ["ordinal", "nominal"]
}
}

Expand Down

0 comments on commit 9f3bafd

Please sign in to comment.