remove error on console
This commit is contained in:
parent
cfe74e6765
commit
733f62defb
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ export default function NodeModal({ data }: { data: NodeDataType }) {
|
|||
.map((t: string, idx) => {
|
||||
return (
|
||||
<ModalField
|
||||
key={idx}
|
||||
data={data}
|
||||
title={
|
||||
data.node.template[t].display_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue