From 3ac0511aad3f52bc646f8a31ff72508ff736bc06 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 22 May 2024 15:08:06 +0000 Subject: [PATCH] fix(docs-infra): use separate templates for the from and to selectors in update guide (#55992) Use separate template names for the from and to selector dropdowns, otherwise we are only able to change the from value. PR Close #55992 --- adev/src/app/features/update/update.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adev/src/app/features/update/update.component.html b/adev/src/app/features/update/update.component.html index 2fb48f86615..b483c056862 100644 --- a/adev/src/app/features/update/update.component.html +++ b/adev/src/app/features/update/update.component.html @@ -10,12 +10,12 @@ From v. - - +
    @for (version of versions; track $index) {
  • @@ -31,12 +31,12 @@ To v. - - +
      @for (version of versions; track $index) {