From 3f4a704fc126a3c1ccfe92ae0f045062f00fd1e8 Mon Sep 17 00:00:00 2001 From: chenc Date: Thu, 16 Dec 2021 17:49:56 +0800 Subject: [PATCH] fix(module:popconfirm): missing arrow (#7086) * fix(module:popconfirm): missing arrow * chore: trigger ci * fix: lint error --- components/popconfirm/popconfirm.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/popconfirm/popconfirm.ts b/components/popconfirm/popconfirm.ts index 7021795d2f..38cb355a39 100644 --- a/components/popconfirm/popconfirm.ts +++ b/components/popconfirm/popconfirm.ts @@ -159,7 +159,9 @@ export class NzPopconfirmDirective extends NzTooltipBaseDirective { [@zoomBigMotion]="'active'" >
-
+
+ +