[Manager] Re-evaluate search results in installed tab when node packs change (#3144)

This commit is contained in:
Christian Byrne
2025-03-19 07:34:24 -07:00
committed by GitHub
parent ff59245a7f
commit 0f0601100f

View File

@@ -240,6 +240,7 @@ const onResultsChange = () => {
whenever(selectedTab, onTabChange)
watch(searchResults, onResultsChange, { flush: 'pre' })
watch(() => comfyManagerStore.installedPacksIds, onResultsChange)
const isLoading = computed(() => {
if (isSearchLoading.value)