Skip to content

Commit

Permalink
Remove label from nested parameter-table
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidka committed Sep 14, 2019
1 parent 5b5346f commit 3d38de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/components/parameter-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ const component: ClosureComponent = (): Component => {
p.type || "parameter",
Object.assign({}, p, {
device: device,
parameter: param
parameter: param,
label: null
})
)
);
Expand Down

0 comments on commit 3d38de7

Please sign in to comment.