Skip to content

Commit

Permalink
fix: prettier run
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <neumanns@cisco.com>
  • Loading branch information
svrnm committed Nov 17, 2022
1 parent b16f3ed commit 2ff3bc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/shared/ConfigurationUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,11 @@ class ConfigurationUpload extends React.Component {
<input multiple id={this.props.id} type="file" />
</form>

<Button style={{ textTransform: 'none', fontSize: '12px', lineHeight: '14px' }} href={'#configuration/upload'} onClick={(event) => this.showUploadDialog(event)}>
<Button
style={{ textTransform: 'none', fontSize: '12px', lineHeight: '14px' }}
href={'#configuration/upload'}
onClick={(event) => this.showUploadDialog(event)}
>
Upload
</Button>

Expand Down

0 comments on commit 2ff3bc5

Please sign in to comment.