Minor UI fix

This commit is contained in:
grimsi
2025-04-01 10:19:03 +02:00
parent c9f582df82
commit caf8a0641c
@@ -96,6 +96,7 @@ function MessageManagementLayout({getConfig, getConfigs, formik}: any) {
<Button isIconOnly <Button isIconOnly
size="sm" size="sm"
onPress={() => openTestNotification(template)} onPress={() => openTestNotification(template)}
isDisabled={!formik.values.messages.providers.email.enabled}
> >
<PaperPlaneRight/> <PaperPlaneRight/>
</Button> </Button>