Merge pull request #3177 from influxdata/bugfix/tickscript-name-not-id
bugfix/TICKscript name instead of IDpull/3225/head
commit
bba85d7daa
|
@ -19,7 +19,7 @@ const TickscriptEditorControls = ({
|
|||
{isNewTickscript ? (
|
||||
<TickscriptID onChangeID={onChangeID} id={task.id} />
|
||||
) : (
|
||||
<TickscriptStaticID id={task.id} />
|
||||
<TickscriptStaticID id={task.name ? task.name : task.id} />
|
||||
)}
|
||||
<div className="tickscript-controls--right">
|
||||
<TickscriptType type={task.type} onChangeType={onChangeType} />
|
||||
|
|
Loading…
Reference in New Issue