[ACS-4436] comparator options set as Equals only when Encoding is selected in condition in Create/Edit a rule in Manage rules same as Share application (#3080)

* added comparator value only as Equals when Encoding is selected same as Share application which was earlier “Equals, Contains, Starts with and Ends with”

* used 'special' type instead of custom type equals_comparator.
This commit is contained in:
Jatin Chugh
2023-03-23 11:04:16 +05:30
committed by GitHub
parent c3b9886edf
commit 8fd7e626a4

View File

@@ -50,7 +50,7 @@ export const ruleConditionFields: RuleConditionField[] = [
{
name: 'encoding',
label: 'ACA_FOLDER_RULES.RULE_DETAILS.FIELDS.ENCODING',
type: 'string'
type: 'special'
},
{
name: 'category',