Skip to content

Commit

Permalink
add empty slot on BIMDataSelect for Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LrxGaelle committed Oct 16, 2023
1 parent 996779d commit 46e7fbc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/bcf-filters/BcfFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@
:nullLabel="$t('BcfComponents.BcfFilters.undefined')"
:options="labelOptions"
v-model="filters.labels"
/>
>
<template #empty>
<span class="color-granite p-x-12">
{{$t('BcfComponents.BcfFilters.undefined')}}
</span>
</template>
</BIMDataSelect>

<div class="bcf-filters__container__actions">
<BIMDataButton class="m-r-12" color="primary" ghost radius @click="resetFilters">
Expand Down

0 comments on commit 46e7fbc

Please sign in to comment.