feature(dashboard): add template for notification rules
This commit is contained in:
@@ -100,6 +100,7 @@ export const notificationRouter = createTRPCRouter({
|
||||
.map((id) => ({ id })),
|
||||
},
|
||||
config: input.config,
|
||||
template: input.template || null,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user