From 2c2311415f34f4a6fc78aba71f3c93755ca1d618 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 15 Oct 2025 16:43:49 -0400 Subject: [PATCH] Remove blank person type option --- src/components/metadataEditor/personEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/metadataEditor/personEditor.js b/src/components/metadataEditor/personEditor.js index 5120a2b8c6..fc78c344db 100644 --- a/src/components/metadataEditor/personEditor.js +++ b/src/components/metadataEditor/personEditor.js @@ -62,7 +62,7 @@ function show(person) { } }); - let selectPersonTypeOptions = ''; + let selectPersonTypeOptions = ''; for (const type of Object.values(PersonKind)) { if (type === PersonKind.Unknown) { continue;