diff --git a/models/contact/src/index.ts b/models/contact/src/index.ts index 4df4b18047..1a14f3598a 100644 --- a/models/contact/src/index.ts +++ b/models/contact/src/index.ts @@ -414,6 +414,9 @@ export function createModel (builder: Builder): void { { action: contact.actionImpl.KickEmployee, label: contact.string.KickEmployee, + query: { + active: true + }, category: contact.category.Contact, target: contact.class.Employee, input: 'focus',