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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user