fix: text spacing
This commit is contained in:
parent
2697b4f6e0
commit
9ffbed7cb8
3 changed files with 7 additions and 7 deletions
|
|
@ -805,7 +805,7 @@ export class TaskActionController extends Controller {
|
|||
await tx.notification.createMany({
|
||||
data: res.map((v) => ({
|
||||
title: "Quotation Status Updated",
|
||||
detail: v.code + "Completed",
|
||||
detail: v.code + " Completed",
|
||||
receiverId: v.createdByUserId,
|
||||
})),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue