calendar download, date input validate, nc talk notification
This commit is contained in:
@@ -102,7 +102,11 @@ const NotificationBell: React.FC = () => {
|
||||
}
|
||||
handleClose();
|
||||
if (n.link) {
|
||||
navigate(n.link);
|
||||
if (n.link.startsWith('http://') || n.link.startsWith('https://')) {
|
||||
window.open(n.link, '_blank');
|
||||
} else {
|
||||
navigate(n.link);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user