Compare commits

...

2 Commits

Author SHA1 Message Date
sowmya-sriram
4a0041bead
Merge f2367bb505 into 84ee08cd47 2026-05-26 07:58:14 +00:00
sowmya.sriram
f2367bb505
removed usage of "IF" conditional 2026-05-26 13:28:01 +05:30

View File

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