From e2f8bf34bd36e39dd49ce6a86603be8d0807f399 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 15 Apr 2021 15:41:53 -0400 Subject: [PATCH] Add alert function to AppView story --- src/components/AppView/AppView.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppView/AppView.stories.mdx b/src/components/AppView/AppView.stories.mdx index 45e2e01..33cb845 100644 --- a/src/components/AppView/AppView.stories.mdx +++ b/src/components/AppView/AppView.stories.mdx @@ -20,7 +20,7 @@ export const Template = (args) => alert("Function not set for docs."), + setDarkMode: _ => alert("Use the darkmode toggle in the toolbar above.") }} > {args => }