1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

repush published repo

This commit is contained in:
Michael An
2019-05-30 16:18:06 +08:00
parent f9953d1be4
commit c37b59fe15
2 changed files with 68 additions and 96 deletions

View File

@@ -16,7 +16,7 @@ class WikiDeleteDialog extends React.Component {
render() {
return (
<Modal isOpen={true}>
<Modal isOpen={true} toggle={this.toggle}>
<ModalHeader toggle={this.toggle}>{gettext('Unpublish Library')}</ModalHeader>
<ModalBody>
<p>{gettext('Are you sure you want to unpublish this library?')}</p>