Minor improvements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-09 16:43:27 +02:00
parent 8a7712ec42
commit b2529c250a
2 changed files with 19 additions and 7 deletions

View File

@ -25,6 +25,8 @@ export function OEMStringFormWidget(p: {
p.onChange?.();
};
if (!p.editable && p.vm.oem_strings.length === 0) return <></>;
return (
<EditSection
title="SMBIOS OEM Strings"