Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
avneesh-akto committed Nov 22, 2024
1 parent 8260cfe commit 25a3c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ public String saveAktoDataType(){
Updates.set(AktoDataType.CATEGORIES_LIST, getUniqueValuesOfList(categoriesList)),
Updates.set(AktoDataType.KEY_CONDITIONS, keyConditions),
Updates.set(AktoDataType.VALUE_CONDITIONS, valueConditions),
Updates.set(AktoDataType.OPERATOR, mainOperator)
Updates.set(AktoDataType.OPERATOR, mainOperator),
Updates.set(AktoDataType.DATA_TYPE_PRIORITY, dataTypePriority)
),
options
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function DataTypes() {
keyOperator: currState.keyConditions.operator,
valueConditionFromUsers: valueArr,
valueOperator: currState.valueConditions.operator,
dataTypePriority: currState?.priority ? currState.priority.toUpperCase() : "",
...transform.convertToSensitiveData(currState.sensitiveState),

}
Expand Down

0 comments on commit 25a3c96

Please sign in to comment.