fix: typo in ntfy provider

This commit is contained in:
Paul Sommer
2025-08-21 15:57:20 +02:00
parent 36281cd5d3
commit d52fe5c050

View File

@@ -944,7 +944,7 @@ export const HandleNotifications = ({ notificationId }: Props) => {
name="topic"
render={({ field }) => (
<FormItem>
<FormLabel>Server URL</FormLabel>
<FormLabel>Topic</FormLabel>
<FormControl>
<Input placeholder="deployments" {...field} />
</FormControl>