fix: add machine model dialog

This commit is contained in:
bennykok
2024-01-29 13:38:00 +08:00
parent 194715920e
commit 24e95a1954
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -396,11 +396,12 @@ export function MachineList({
? `Max ${machineMaxCount} ComfyUI machine for your account, upgrade to unlock more cnfiguration.`
: `Max ${machineMaxCount} ComfyUI machine for your account`
}
title={
buttonTitle={
<>
New Machine {locked ? <Lock size={14} /> : <Plus size={14} />}
</>
}
title={"New Machine"}
description="Add custom ComfyUI machines to your account."
serverAction={addCustomMachine}
formSchema={addCustomMachineSchema}