chore: fix comment
(cherry picked from commit 1f3eb8f2a319e49cfb94fe6957950749040cbcf6)
This commit is contained in:
parent
61cb072ba3
commit
1df4a4ea2e
@ -44,7 +44,7 @@ export const useLabelStore = defineStore('label', () => {
|
|||||||
|
|
||||||
|
|
||||||
// **
|
// **
|
||||||
// * Checks if a project of labels is available in the store and filters them then query
|
// * Checks if a list of labels is available in the store and filters them then query
|
||||||
// **
|
// **
|
||||||
const filterLabelsByQuery = computed(() => {
|
const filterLabelsByQuery = computed(() => {
|
||||||
return (labelsToHide: ILabel[], query: string) => {
|
return (labelsToHide: ILabel[], query: string) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user