0
0
Fork 0

fix: refs #8410 removed ref from searching boolean

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-30 13:28:54 +01:00
parent 0d7d60a1e8
commit 42e46a88fb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const props = defineProps({
});
const initialized = ref(false);
const items = ref([]);
const searchingValue = ref(false);
const searchingValue = false;
const expansionItemElements = reactive({});
const pinnedModules = computed(() => {
const map = new Map();