mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:19:27 +08:00
removed usage of "IF" conditional
This commit is contained in:
parent
9a0494073d
commit
f2367bb505
@ -97,7 +97,7 @@
|
||||
"definition": "tile/badge",
|
||||
"attributes": {
|
||||
"label": "{!$task.priority}",
|
||||
"variant": "{!IF($task.priority = 'high', 'error', 'secondary')}"
|
||||
"variant": "secondary"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user