mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
minor UI change
This commit is contained in:
parent
03f2847f53
commit
c75724dcb3
@ -66,6 +66,7 @@ const ScriptNode = ({ data, id }) => {
|
||||
<div className="node-header">
|
||||
<NodeLabel title={data.title || 'Script Node'} nodeId={id} />
|
||||
</div>
|
||||
<label htmlFor="num-generations" style={{fontSize: '10pt'}}>Enter folder paths for external modules you wish to import.</label> <br/><br/>
|
||||
<div ref={ref}>
|
||||
{scriptFiles}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user