mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-20 06:10:43 +00:00
feedback from review session
This commit is contained in:
@ -91,7 +91,7 @@ function ChipTextField({...props})
|
||||
for (let k = 0; k < page.length; k++)
|
||||
{
|
||||
const result = page[k];
|
||||
if (result.label === batch[j])
|
||||
if (result.label.toLowerCase() === batch[j].toLowerCase())
|
||||
{
|
||||
chipPVSIds.push(result.id);
|
||||
newChipColors.push("info");
|
||||
|
Reference in New Issue
Block a user