refactor: add field description to message thread id

This commit is contained in:
vicke4
2025-02-14 10:04:38 +05:30
parent 316dfa6b2e
commit 121755d9cc

View File

@@ -580,6 +580,7 @@ export const HandleNotifications = ({ notificationId }: Props) => {
</FormControl>
<FormMessage />
<FormDescription>Optional. Use it when you want to send notifications to a specific topic in a group.</FormDescription>
</FormItem>
)}
/>