diff --git a/src/qqq/components/misc/GotoRecordDialog.tsx b/src/qqq/components/misc/GotoRecordDialog.tsx index f11a558..343fb33 100644 --- a/src/qqq/components/misc/GotoRecordDialog.tsx +++ b/src/qqq/components/misc/GotoRecordDialog.tsx @@ -207,7 +207,7 @@ function GotoRecordDialog(props: Props): JSX.Element const queryStringParts: string[] = []; options[optionIndex].forEach((field) => { - if (field.type == QFieldType.STRING && !values[field.name][0]) + if (field.type == QFieldType.STRING && !values[field.name]) { return; }