minor UI change

This commit is contained in:
Priyan Vaithilingam 2023-05-02 18:35:49 -04:00
parent 03f2847f53
commit c75724dcb3

View File

@ -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>