Skip to content

Commit 2bb158c

Browse files
fix: packEnable button added hasConflict props (#5392) (#5402)
Co-authored-by: Jin Yi <[email protected]>
1 parent fdbf476 commit 2bb158c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/dialog/content/manager/packCard/PackCardFooter.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
:has-conflict="hasConflicts"
1414
:conflict-info="conflictInfo"
1515
/>
16-
<PackEnableToggle v-else :node-pack="nodePack" />
16+
<PackEnableToggle
17+
v-else
18+
:has-conflict="hasConflicts"
19+
:node-pack="nodePack"
20+
/>
1721
</div>
1822
</template>
1923

0 commit comments

Comments
 (0)