Skip to content

Commit f1a9427

Browse files
committed
[fix] ci error fixed & button max-width modified
1 parent db336c5 commit f1a9427

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/dialog/content/LoadWorkflowWarning.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import ListBox from 'primevue/listbox'
4848
import { computed, onMounted, ref } from 'vue'
4949
5050
import NoResultsPlaceholder from '@/components/common/NoResultsPlaceholder.vue'
51+
import PackInstallButton from '@/components/dialog/content/manager/button/PackInstallButton.vue'
5152
import { useMissingNodes } from '@/composables/nodePack/useMissingNodes'
5253
import { useComfyManagerService } from '@/services/comfyManagerService'
5354
import { useDialogService } from '@/services/dialogService'

src/components/dialog/content/manager/button/PackActionButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<Button
33
outlined
4-
class="!m-0 p-0 max-w-[120px] rounded-lg text-gray-900 dark-theme:text-gray-50"
4+
class="!m-0 p-0 rounded-lg text-gray-900 dark-theme:text-gray-50"
55
:class="[
66
variant === 'black'
77
? 'bg-neutral-900 text-white border-neutral-900'

0 commit comments

Comments
 (0)