mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
minor change
This commit is contained in:
parent
2956da4976
commit
c43a0da60a
@ -50,7 +50,7 @@ const CsvNode = ({ data, id }) => {
|
||||
// render csv div
|
||||
const renderCsvDiv = useCallback(() => {
|
||||
// Take the data.text as csv (only 1 row), and get individual elements
|
||||
const elements = processCsv(data.text);
|
||||
const elements = data.fields;
|
||||
|
||||
// generate a HTML code that highlights the elements
|
||||
const html = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user