Skip to content

Commit 5ad9f86

Browse files
[bugfix] Fix RefreshButton component name conflict (#4773)
Co-authored-by: Claude <[email protected]>
1 parent b46f385 commit 5ad9f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/graph/SelectionToolbox.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<MaskEditorButton />
1616
<ConvertToSubgraphButton />
1717
<DeleteButton />
18-
<RefreshButton />
18+
<RefreshSelectionButton />
1919
<ExtensionCommandButton
2020
v-for="command in extensionToolboxCommands"
2121
:key="command.id"
@@ -39,7 +39,7 @@ import ExtensionCommandButton from '@/components/graph/selectionToolbox/Extensio
3939
import HelpButton from '@/components/graph/selectionToolbox/HelpButton.vue'
4040
import MaskEditorButton from '@/components/graph/selectionToolbox/MaskEditorButton.vue'
4141
import PinButton from '@/components/graph/selectionToolbox/PinButton.vue'
42-
import RefreshButton from '@/components/graph/selectionToolbox/RefreshButton.vue'
42+
import RefreshSelectionButton from '@/components/graph/selectionToolbox/RefreshSelectionButton.vue'
4343
import { useCanvasInteractions } from '@/composables/graph/useCanvasInteractions'
4444
import { useExtensionService } from '@/services/extensionService'
4545
import { type ComfyCommandImpl, useCommandStore } from '@/stores/commandStore'

0 commit comments

Comments
 (0)