Skip to content

Commit

Permalink
fix: warn duplicated key
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Oct 1, 2024
1 parent 8ed6ab5 commit 61ce6de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const filterFromSource = (source: Array<SimplePersonne>, searchValue: string): v
:custom-filter="() => true"
:hide-no-data="isHideNoData || isLoading"
no-data-text="search.noResults"
:item-title="['cn']"
item-title="id"
:placeholder="t('search.personne.placeholder')"
density="compact"
:variant="variant"
Expand Down

0 comments on commit 61ce6de

Please sign in to comment.