From a610f735eeee8e4242914519900e34920393b409 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:26:09 +0200 Subject: [PATCH] fix: Fix disabled button --- .../SettingsEmailPGPRoute/SetupPGPEncryptionForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/route-widgets/SettingsEmailPGPRoute/SetupPGPEncryptionForm.tsx b/src/route-widgets/SettingsEmailPGPRoute/SetupPGPEncryptionForm.tsx index f44a887..3cfcfae 100644 --- a/src/route-widgets/SettingsEmailPGPRoute/SetupPGPEncryptionForm.tsx +++ b/src/route-widgets/SettingsEmailPGPRoute/SetupPGPEncryptionForm.tsx @@ -127,7 +127,6 @@ export default function SetupPGPEncryptionForm(): ReactElement { loading={formik.isSubmitting} type="submit" variant="contained" - disabled={!formik.isValid} startIcon={} > {t("form.continueActionLabel")}