From ab81f961f3909e8c4435d738a5fd05420cd0990e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sandstr=C3=B6m?= Date: Wed, 24 Jul 2024 08:47:19 +0200 Subject: [PATCH] Rebuild example project --- Company-Project/frontend/.storybook/preview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Company-Project/frontend/.storybook/preview.js b/Company-Project/frontend/.storybook/preview.js index 29c3c5c0..d308e411 100644 --- a/Company-Project/frontend/.storybook/preview.js +++ b/Company-Project/frontend/.storybook/preview.js @@ -50,4 +50,5 @@ export const parameters = { ], }, }; + export const tags = ['autodocs'];