fix: sanitised badge assignment api
This commit is contained in:
@@ -206,7 +206,7 @@ const referenceDoctypeOptions = computed(() => {
|
||||
})
|
||||
|
||||
const eventOptions = computed(() => {
|
||||
let options = ['New', 'Value Change', 'Auto Assign']
|
||||
let options = ['New', 'Value Change', 'Manual Assignment']
|
||||
return options.map((event) => ({ label: __(event), value: event }))
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user