mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
improvement: add link
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
|||||||
Label,
|
Label,
|
||||||
Input
|
Input
|
||||||
} from 'reactstrap';
|
} from 'reactstrap';
|
||||||
|
import { Link } from 'react-router-dom';
|
||||||
|
|
||||||
import { config } from '../../config';
|
import { config } from '../../config';
|
||||||
|
|
||||||
@@ -251,6 +252,9 @@ class CreateTicket extends Component {
|
|||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Button>Open Ticket</Button>
|
<Button>Open Ticket</Button>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
<Link to="/">
|
||||||
|
Back to home
|
||||||
|
</Link>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</Form>
|
</Form>
|
||||||
|
Reference in New Issue
Block a user