From c4914c80b33eb149d97fe6b6ad6438244b2a7a90 Mon Sep 17 00:00:00 2001 From: sercan Date: Sat, 10 Jul 2021 22:11:39 +0300 Subject: [PATCH] (fuse/confirmation) Small fix on the docs --- .../services/confirmation/confirmation.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html b/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html index 82b79463..15b6d5fb 100644 --- a/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html +++ b/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html @@ -74,7 +74,7 @@ | 'warning' | 'error'; }; - actions: { + actions?: { confirm?: { show?: boolean; label?: string;