Skip to content

Commit

Permalink
fix: close create event modal
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallhillCZ committed Feb 11, 2024
1 parent d291c61 commit ed4338e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h4 slot="title">Vytvořit akci</h4>
</ion-list>
</form>
<ion-buttons slot="buttons">
<ion-button (click)="createEvent()" color="secondary">Zrušit</ion-button>
<ion-button (click)="close.emit()" color="secondary">Zrušit</ion-button>
<ion-button (click)="createEvent()" color="primary">Vytvořit</ion-button>
</ion-buttons>
</bo-modal-layout>

0 comments on commit ed4338e

Please sign in to comment.