Pages/shows: add new show button
This commit is contained in:
parent
35ce571079
commit
93b82aedba
2 changed files with 8 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
<div class="row justify-content-end mt-3">
|
||||
<div class="col-2">
|
||||
<button type="button" class="btn btn-primary">Add new show</button>
|
||||
<button type="button" class="btn btn-primary" (click)="createNewShow()">Add new show</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue