Add PD/Town name for TG import
This commit is contained in:
@@ -224,7 +224,7 @@ function RRImportModal({
|
|||||||
for (const tg of cat.talkgroups) {
|
for (const tg of cat.talkgroups) {
|
||||||
tgs.push({
|
tgs.push({
|
||||||
id: String(tg.dec),
|
id: String(tg.dec),
|
||||||
name: tg.description || tg.alphaTag,
|
name: `${cat.name.split(" - ")[0]} - ${tg.description || tg.alphaTag}`,
|
||||||
tag: mapRRTag(tg.tag),
|
tag: mapRRTag(tg.tag),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user