We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99df5d commit dac73dcCopy full SHA for dac73dc
src/components/dialog/content/LoadWorkflowWarning.vue
@@ -138,7 +138,7 @@ const allMissingNodesInstalled = computed(() => {
138
})
139
// Watch for completion and close dialog
140
watch(allMissingNodesInstalled, async (allInstalled) => {
141
- if (allInstalled) {
+ if (allInstalled && showInstallAllButton.value) {
142
// Use nextTick to ensure state updates are complete
143
await nextTick()
144
0 commit comments