fix(EmailNotifications): fix ui switch
Build and Push Docker image / build-and-push (push) Successful in 2m7s
Details
Build and Push Docker image / build-and-push (push) Successful in 2m7s
Details
This commit is contained in:
parent
99132f9a7c
commit
5f2fda2f96
|
@ -223,7 +223,7 @@ export default function UserMenuModal() {
|
|||
label={"Email Benachrichtigungen stummschalten"}
|
||||
description={"Hier kannst du Email Benachrichtigungen für Gruppennachrichten stummschalten. " +
|
||||
"Du erhältst weiterhin Benachrichtigungen für Ankündigungen."}
|
||||
{...formValues.getInputProps("muteEmailNotifications")}
|
||||
{...formValues.getInputProps("muteEmailNotifications", {type: "checkbox"})}
|
||||
/>
|
||||
|
||||
<Group justify={"center"}>
|
||||
|
|
Loading…
Reference in New Issue