From 03f0e555d8c20ee5acb2f3f04e6d0350a64d1894 Mon Sep 17 00:00:00 2001 From: Wilfred Almeida Date: Mon, 3 Jul 2023 04:12:20 +0000 Subject: [PATCH] fix: radio input properties Removed error causing & unnecessary angular property tags from replication filters radio input Signed-off-by: Wilfred Almeida <60785452+WilfredAlmeida@users.noreply.github.com> --- .../create-edit-rule/create-edit-rule.component.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html b/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html index 1b092828907..f434e9b557a 100644 --- a/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html +++ b/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html @@ -136,9 +136,7 @@ name="filterType" [value]="true" [disabled]="policyId >= 0 || onGoing" - [(ngModel)]="isRegexMode" - (change)="disableRegexFilterMode()" - [ngModelOptions]="{ standalone: true }" /> + (change)="disableRegexFilterMode()" />