feat: events (#717)

This commit is contained in:
Daniel Lautzenheiser
2023-04-19 23:49:53 -04:00
committed by GitHub
parent 455bcdc0f2
commit 79877fcd1f
30 changed files with 72 additions and 56 deletions

View File

@ -89,7 +89,7 @@ export function getGroup(entry: Entry, selectedGroup: GroupMap) {
value = matched[0];
}
} catch (e: unknown) {
console.warn(`Invalid view group pattern '${pattern}' for field '${field}'`, e);
console.warn(`[StaticCMS] Invalid view group pattern '${pattern}' for field '${field}'`, e);
}
return {
id: `${label}${value}`,