mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
update system notification
This commit is contained in:
@@ -42,7 +42,7 @@ class SystemNotification extends React.Component {
|
||||
|
||||
return (
|
||||
<div id="info-bar">
|
||||
<p id="info-bar-info">{curNoteMsg}</p>
|
||||
<p id="info-bar-info"><span dangerouslySetInnerHTML={{__html: curNoteMsg}}></span></p>
|
||||
<span className="close sf2-icon-x1" title={gettext('Close')} onClick={this.close}></span>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user