From 690f09fcf30acdd9cc20c1a32926436a41325cda Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 20 Jun 2022 10:40:30 +0200 Subject: [PATCH] :ambulance: Hotfix ServiceItems --- src/components/modules/ping/PingModule.story.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modules/ping/PingModule.story.tsx b/src/components/modules/ping/PingModule.story.tsx index 1a9fefbf3..c89b882e1 100644 --- a/src/components/modules/ping/PingModule.story.tsx +++ b/src/components/modules/ping/PingModule.story.tsx @@ -12,7 +12,7 @@ const service: serviceItem = { icon: 'https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png', url: 'https://youtube.com/', status: ['200'], - target: "_blank", + newTab: false, }; export const Default = (args: any) => ;