Made icon be the same to inputs and outputs
This commit is contained in:
parent
5e9e6dc54d
commit
08252710c4
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ export default function IOModal({
|
|||
className="api-modal-tabs-content mt-4"
|
||||
>
|
||||
<div className="mx-2 mb-2 flex items-center gap-2 text-sm font-bold">
|
||||
<IconComponent className="h-4 w-4" name={"FileType2"} />
|
||||
<IconComponent className="h-4 w-4" name={"Type"} />
|
||||
{OUTPUTS_MODAL_TITLE}
|
||||
</div>
|
||||
{nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue