mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 12:50:43 +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[] = [];
|
const queryStringParts: string[] = [];
|
||||||
options[optionIndex].forEach((field) =>
|
options[optionIndex].forEach((field) =>
|
||||||
{
|
{
|
||||||
if (field.type == QFieldType.STRING && !values[field.name][0])
|
if (field.type == QFieldType.STRING && !values[field.name])
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user