diff --git a/app/javascript/dashboard/components-next/Contacts/ContactHeader/ContactActions.vue b/app/javascript/dashboard/components-next/Contacts/ContactHeader/ContactActions.vue index 26c76a60a..82abe46af 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactHeader/ContactActions.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactHeader/ContactActions.vue @@ -16,6 +16,10 @@ defineProps({ type: String, default: '', }, + isEmptyState: { + type: Boolean, + default: false, + }, }); const emit = defineEmits(['filter', 'update:sort']); @@ -24,7 +28,7 @@ const emit = defineEmits(['filter', 'update:sort']);