feat: Add issue status in linear issue search item (#9598)

This commit is contained in:
Muhsin Keloth
2024-08-08 13:44:08 +05:30
committed by GitHub
parent 74bbbd25b9
commit 40bd79f1ca
4 changed files with 22 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ const shouldShowEmptyState = computed(() => {
:key="item.id"
:is-active="isFilterActive(item.id)"
:button-text="item.name"
:icon="item.icon"
:icon-color="item.iconColor"
@click="$emit('click', item)"
/>
</slot>