mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #1521 from 4Science/fix-notifications-issue
Fixed notifications duplicate issue
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
params: {collapsedSidebarWidth: (collapsedSidebarWidth | async), totalSidebarWidth: (totalSidebarWidth | async)}
|
||||
}">
|
||||
<ds-themed-header-navbar-wrapper></ds-themed-header-navbar-wrapper>
|
||||
|
||||
<ds-notifications-board
|
||||
[options]="notificationOptions">
|
||||
</ds-notifications-board>
|
||||
<main class="main-content">
|
||||
<ds-themed-breadcrumbs></ds-themed-breadcrumbs>
|
||||
|
||||
@@ -23,6 +19,9 @@
|
||||
<ds-themed-footer></ds-themed-footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ds-notifications-board [options]="notificationOptions">
|
||||
</ds-notifications-board>
|
||||
<ng-template #fullScreenLoader>
|
||||
<div class="ds-full-screen-loader">
|
||||
<ds-loading [showMessage]="false"></ds-loading>
|
||||
|
Reference in New Issue
Block a user