We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc37893 commit aeceddeCopy full SHA for aecedde
app/javascript/src/apps/mydb/elements/details/deviceDescriptions/propertiesTab/PropertiesForm.js
@@ -85,7 +85,7 @@ const PropertiesForm = () => {
85
];
86
87
const setupDescription = () => {
88
- const type = deviceDescription.device_type;
+ const type = deviceDescription.device_class;
89
if (!['setup', 'component'].includes(type)) { return ''; }
90
const rowFields = type == 'setup' ? setupFields : componentFields;
91
const label = type == 'setup' ? 'Component' : 'Setup';
0 commit comments