do not show header in HIER

This commit is contained in:
Tomáš Mládek 2021-12-20 13:58:04 +01:00
parent fe62cb3b16
commit 133a848218
No known key found for this signature in database
GPG key ID: ED21612889E75EC5

View file

@ -45,6 +45,7 @@ const TYPE_WIDGETS: { [key: string]: Widget } = {
component: Table,
props: {
columns: "value",
header: false,
},
},
],