Skip to content

Commit

Permalink
remove allowAll in FactorsForm
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb committed Jun 20, 2024
1 parent 9fa38de commit f90a741
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion inst/qml/RegressionLinear.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Form
{
id: factors
name: "modelTerms"
allowAll: true
nested: nested.checked
allowInteraction: true
initNumberFactors: 2
Expand Down
1 change: 0 additions & 1 deletion inst/qml/RegressionLogistic.qml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Form
{
id: factors
name: "modelTerms"
allowAll: true
nested: nested.checked
allowInteraction: true
initNumberFactors: 2
Expand Down

0 comments on commit f90a741

Please sign in to comment.