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) => ;