Skip to content

Commit

Permalink
use checking if column exists field
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Oct 10, 2024
1 parent 88a7418 commit 3e6a4c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/qml/common/evaluation/AddVariables.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ Group
value: qsTr("selected")
}

TextField
CheckColumnIsFreeOrMineField
{
id: variable_col
name: "variable_col"
text: qsTr("Column name audit result")
fieldWidth: 120 * preferencesModel.uiScale
value: qsTr("auditResult")

}
}

0 comments on commit 3e6a4c0

Please sign in to comment.