mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 04:40:44 +00:00
quick bug fix for goto fields
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user