From ba46bd2b538be46686e90d8d6da032d160fac6e6 Mon Sep 17 00:00:00 2001 From: Arvind Satyanarayan Date: Mon, 20 Feb 2023 10:56:12 -0500 Subject: [PATCH] fix: prevent duplicate spec names in top-level selection view paths (#8486) --- src/normalize/toplevelselection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/normalize/toplevelselection.ts b/src/normalize/toplevelselection.ts index 599e30143c..c97c9fe35c 100644 --- a/src/normalize/toplevelselection.ts +++ b/src/normalize/toplevelselection.ts @@ -31,7 +31,7 @@ export class TopLevelSelectionsNormalizer extends SpecMapper, normParams: NormalizerParams): NormalizedUnitSpec | NormalizedLayerSpec {