1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

alignment position

This commit is contained in:
zxj96
2019-06-25 11:53:43 +08:00
parent 32929cb5d6
commit 259abceda5

View File

@@ -68,8 +68,8 @@ class InternalLinkDialog extends React.Component {
</p>
</ModalBody>
<ModalFooter>
<Button color="primary" onClick={this.copyToClipBoard}>{gettext('Copy')}</Button>{' '}
<Button color="secondary" onClick={this.toggle}>{gettext('Cancel')}</Button>
<Button color="primary" onClick={this.copyToClipBoard}>{gettext('Copy')}</Button>
</ModalFooter>
</Modal>
</span>