Removed parameters and changed Name to Field Name on editNodeModal

This commit is contained in:
Lucas Oliveira 2024-06-10 08:20:34 -03:00
commit 7ee662911e
2 changed files with 1 additions and 9 deletions

View file

@ -13,7 +13,7 @@ const useColumnDefs = (
const columnDefs: ColDef[] = useMemo(
() => [
{
headerName: "Name",
headerName: "Field Name",
field: "display_name",
valueGetter: (params) => {
const templateParam = params.data;

View file

@ -89,14 +89,6 @@ const EditNodeModal = forwardRef(
</BaseModal.Header>
<BaseModal.Content>
<div className="flex h-full flex-col">
<div className="flex pb-2">
<IconComponent
name="Variable"
className="edit-node-modal-variable "
/>
<span className="edit-node-modal-span">Parameters</span>
</div>
<div className="h-full">
{nodeLength > 0 && (
<TableComponent