1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 12:27:48 +00:00

send subscription expire notification

This commit is contained in:
孙永强
2024-06-18 15:57:20 +08:00
parent f24516e88a
commit c904526506
11 changed files with 412 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ import { Utils, isMobile } from './utils/utils';
import SystemNotification from './components/system-notification';
import EventBus from './components/common/event-bus';
import Header from './components/header';
import SystemUserNotification from './components/system-user-notification';
import SidePanel from './components/side-panel';
import ResizeBar from './components/resize-bar';
import {
@@ -278,6 +279,7 @@ class App extends Component {
return (
<React.Fragment>
<SystemNotification />
<SystemUserNotification />
<Header
isSidePanelClosed={isSidePanelClosed}
onCloseSidePanel={this.onCloseSidePanel}