mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
refactor: change button component
This commit is contained in:
@ -5,12 +5,12 @@ import {
|
||||
Form,
|
||||
FormGroup,
|
||||
Label,
|
||||
Input,
|
||||
Button
|
||||
Input
|
||||
} from 'reactstrap';
|
||||
|
||||
import Card from '../../components/Card';
|
||||
import DropDown from '../../components/DropDown';
|
||||
import Button from '../../components/Button';
|
||||
|
||||
|
||||
class CreateTicket extends Component {
|
||||
@ -239,7 +239,7 @@ class CreateTicket extends Component {
|
||||
<Row form>
|
||||
<Col align="center" md={{ size: 8, offset: 2 }}>
|
||||
<FormGroup>
|
||||
<Button type="submit" outline color="primary">Open Ticket</Button>
|
||||
<Button>Open Ticket</Button>
|
||||
</FormGroup>
|
||||
</Col>
|
||||
</Row>
|
||||
|
Reference in New Issue
Block a user