mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add notification widget/full system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {
|
||||
NotificationManager,
|
||||
Notification,
|
||||
INotification,
|
||||
INotificationManager
|
||||
} from "../../src/ts/services/notifications";
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
// Setup and helpers
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
function makeNotification(notif: Partial<Notification> = {}): Notification {
|
||||
function makeNotification(notif: Partial<INotification> = {}): INotification {
|
||||
const defaultNotif = {
|
||||
id: 1,
|
||||
title: "title",
|
||||
|
||||
Reference in New Issue
Block a user