mirror of https://github.com/langgenius/dify.git
fix: can not choose file type var in aggreggator node (#24689)
This commit is contained in:
parent
30f2d756a7
commit
fab5740778
|
|
@ -27,6 +27,7 @@ export const AddVariablePopup = ({
|
|||
hideSearch
|
||||
vars={availableVars}
|
||||
onChange={onSelect}
|
||||
isSupportFileVar
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue