@doe-casl/verain-view
Advanced tools
Comparing version 1.3.44 to 1.3.45
{ | ||
"name": "@doe-casl/verain-view", | ||
"version": "1.3.44", | ||
"version": "1.3.45", | ||
"description": "VeraInView is a standalone HTML file that can act as an application to visualize your VERAin XML files.", | ||
@@ -5,0 +5,0 @@ "author": "Kitware, Inc.", |
@@ -34,2 +34,4 @@ import React from 'react'; | ||
labels[id] = assembly[id].labels; | ||
// add blank entry, so user sets all values explicitly. | ||
if (labels[id].length) labels[id].unshift(''); | ||
return assembly[id].type === 'control'; | ||
@@ -36,0 +38,0 @@ }); |
6300634
20469