From 76ffd8fdf1ecc37a30f33c901ff199ba21f88ad4 Mon Sep 17 00:00:00 2001 From: Carlos Andres Padillla Sainz <6056282+CarlosPadilla@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:09:19 -0600 Subject: [PATCH] fix: Update TableAction.vue (#3619) Clearing icon property to avoid using icon name in PopConfirmButton and delegate the icon only to the Icon component --- src/components/Table/src/components/TableAction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/src/components/TableAction.vue b/src/components/Table/src/components/TableAction.vue index 3dde71df..71b64b97 100644 --- a/src/components/Table/src/components/TableAction.vue +++ b/src/components/Table/src/components/TableAction.vue @@ -2,7 +2,7 @@