Merge pull request #2167 from automatisch/AUT-1152
fix: variable chip label disappearing
This commit is contained in:
@@ -7,9 +7,9 @@ function Variable({ attributes, children, element, disabled }) {
|
|||||||
const focused = useFocused();
|
const focused = useFocused();
|
||||||
const label = (
|
const label = (
|
||||||
<>
|
<>
|
||||||
|
{children}
|
||||||
<span style={{ fontWeight: 500 }}>{element.name}</span>:{' '}
|
<span style={{ fontWeight: 500 }}>{element.name}</span>:{' '}
|
||||||
<span style={{ fontWeight: 300 }}>{element.sampleValue}</span>
|
<span style={{ fontWeight: 300 }}>{element.sampleValue}</span>
|
||||||
{children}
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user