mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 04:40:44 +00:00
added clarifying comment
This commit is contained in:
@ -298,6 +298,10 @@ function FilterCriteriaPaster({table, field, type, onSave}: Props): JSX.Element
|
||||
let regex = new RegExp(currentDelimiterCharacter);
|
||||
let parts = inputText.split(regex);
|
||||
let chipData = [] as string[];
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// use a map to keep track of the counts for each unique value //
|
||||
/////////////////////////////////////////////////////////////////
|
||||
const uniqueValuesMap: { [key: string]: number } = {};
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user