feat(frontend): updated to make labels uncollapsible in networks modal

pull/85/head
Samuel Rowe 3 years ago
parent 85cdc846e2
commit dca8baf40e

@ -14,6 +14,7 @@ const Labels: FunctionComponent = (): ReactElement => {
<Records
name="labels"
title=""
collapsible={false}
fields={(index: number) => [
{
name: `labels[${index}].key`,

Loading…
Cancel
Save