From 0eee78f5e8020f89a7163524a0ecc7e3c7595ce9 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Tue, 19 Jul 2022 16:23:51 +0300 Subject: [PATCH] RED-4651 - Change and correct help mode links --- src/lib/listing/scroll-button/scroll-button.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/listing/scroll-button/scroll-button.component.html b/src/lib/listing/scroll-button/scroll-button.component.html index 23c059e..99c4c42 100644 --- a/src/lib/listing/scroll-button/scroll-button.component.html +++ b/src/lib/listing/scroll-button/scroll-button.component.html @@ -2,7 +2,7 @@ (click)="scroll(buttonType.top)" [hidden]="(showScrollUp$ | async) === false" class="scroll-button top pointer" - iqserHelpMode="scroll_{{ helpModeKey }}_list" + iqserHelpMode="{{ helpModeKey }}_list" id="scroll-up" > @@ -12,7 +12,7 @@ (click)="scroll(buttonType.bottom)" [hidden]="(showScrollDown$ | async) === false" class="scroll-button bottom pointer" - iqserHelpMode="scroll_{{ helpModeKey }}_list" + iqserHelpMode="{{ helpModeKey }}_list" id="scroll-down" >