Upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-12-14 09:23:29 +01:00
parent a9f47d4c45
commit 594d5a91ec
8 changed files with 133 additions and 388 deletions

View File

@@ -929,7 +929,7 @@ export default class EditEvent extends Vue {
/**
* Confirm cancel
*/
confirmGoElsewhere(callback: (value?: string) => any): void {
confirmGoElsewhere(callback: () => any): void {
if (!this.isEventModified) {
callback();
}