1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00
This commit is contained in:
孙永强
2024-11-22 14:17:30 +08:00
parent 631320c889
commit b1c44da366
4 changed files with 23 additions and 32 deletions

View File

@@ -158,10 +158,7 @@ class Notification extends React.Component {
</NotificationPopover>
}
{this.state.isShowNotificationDialog &&
<UserNotificationsDialog
onNotificationDialogToggle={this.onNotificationDialogToggle}
tabItemClick={this.tabItemClick}
/>
<UserNotificationsDialog onNotificationDialogToggle={this.onNotificationDialogToggle} />
}
</div>
);