Skip to content

Commit

Permalink
fix: Modify comfyui nodes' related menus to display selected value as…
Browse files Browse the repository at this point in the history
… title
  • Loading branch information
AbdullahAlfaraj committed Dec 9, 2023
1 parent 3ca1569 commit cd0bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescripts/comfyui/comfyui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ function renderInput(
<SpMenu
disabled={store.data.can_edit_nodes ? true : void 0}
size="m"
title={name}
title={inputs[name]}
items={config}
label_item={`Select a ${name}`}
// id={'model_list'}
Expand Down

0 comments on commit cd0bc27

Please sign in to comment.