mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 22:00:45 +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 regex = new RegExp(currentDelimiterCharacter);
|
||||||
let parts = inputText.split(regex);
|
let parts = inputText.split(regex);
|
||||||
let chipData = [] as string[];
|
let chipData = [] as string[];
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
// use a map to keep track of the counts for each unique value //
|
||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
const uniqueValuesMap: { [key: string]: number } = {};
|
const uniqueValuesMap: { [key: string]: number } = {};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user