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

feat: recover code format

This commit is contained in:
liuhongbo
2023-11-30 17:31:22 +08:00
parent 25a5fc39b9
commit 05acb452f3
2 changed files with 9 additions and 12 deletions

View File

@@ -335,7 +335,7 @@ class LinkCreation extends React.Component {
</FormGroup>
)}
{this.state.errorInfo && <Alert color="danger" className="mt-2">{gettext(this.state.errorInfo)}</Alert>}
<Button onClick={this.generateShareLink} className="mt-3 ml-1 mb-1">{gettext('Generate')}</Button>
<Button onClick={this.generateShareLink} className="mt-2 ml-1 mb-1">{gettext('Generate')}</Button>
</Form>
</Fragment>
);