From 553f637a622c6cb013c0ba6abd52bc093b347eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=C3=A4mecke?= Date: Mon, 26 Feb 2024 16:53:17 +0100 Subject: [PATCH] Add missing button submitting state in example --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 8729440..2acccc4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -57,8 +57,8 @@ function App() { {loading === 'idle' &&
Fill out form first
} {loading === 'loading' &&
Loading...
}
- )