We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2765 commit 18e2e9bCopy full SHA for 18e2e9b
1 file changed
frontend/src/ts/test/result.ts
@@ -1268,9 +1268,9 @@ export function updateTagsAfterEdit(
1268
1269
if (tagIds.length > 0) {
1270
for (const tag of tagIds) {
1271
- const snaptag = getTag(tag);
1272
- if (snaptag !== undefined) {
1273
- tagNames.push(snaptag.display);
+ const localTag = getTag(tag);
+ if (localTag !== undefined) {
+ tagNames.push(localTag.display);
1274
}
1275
1276
0 commit comments