removed usage of "IF" conditional

This commit is contained in:
sowmya.sriram 2026-05-26 13:28:01 +05:30
parent 9a0494073d
commit f2367bb505
No known key found for this signature in database
GPG Key ID: 50B1C900A9E2B573

View File

@ -97,7 +97,7 @@
"definition": "tile/badge",
"attributes": {
"label": "{!$task.priority}",
"variant": "{!IF($task.priority = 'high', 'error', 'secondary')}"
"variant": "secondary"
}
}
]