From 022d4ea2e29362ad8ff1babd4c1b9ecaa1d0dc24 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 26 Oct 2020 21:06:45 +0200 Subject: [PATCH] Wizard: have a skip button to skip collection init. --- src/WizardPage.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/WizardPage.tsx b/src/WizardPage.tsx index 329a2b9..3a9172e 100644 --- a/src/WizardPage.tsx +++ b/src/WizardPage.tsx @@ -86,7 +86,16 @@ function SetupCollectionsPage(props: PagePropsType) { {(loading) ? ( ) : (error) ? ( - {error.message} + <> + {error.message} + + ) : ( )}