diff --git a/source/Popup/Form.tsx b/source/Popup/Form.tsx
index f80fa5e..4efa9a8 100644
--- a/source/Popup/Form.tsx
+++ b/source/Popup/Form.tsx
@@ -336,9 +336,9 @@ const Form: React.FC = () => {
handleFormSubmit(formState.values);
}}
>
- Create
-
- {isSubmitting && (
+ {!isSubmitting ? (
+ Create
+ ) : (
)}