Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/vue/src/MatomoDialog/MatomoDialog.vue')
-rw-r--r--plugins/CoreHome/vue/src/MatomoDialog/MatomoDialog.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/vue/src/MatomoDialog/MatomoDialog.vue b/plugins/CoreHome/vue/src/MatomoDialog/MatomoDialog.vue
index 81a232f4ba..76c12c5807 100644
--- a/plugins/CoreHome/vue/src/MatomoDialog/MatomoDialog.vue
+++ b/plugins/CoreHome/vue/src/MatomoDialog/MatomoDialog.vue
@@ -46,6 +46,7 @@ export default defineComponent({
Matomo.helper.modalConfirm(slotElement, {
yes: () => { this.$emit('yes'); },
no: () => { this.$emit('no'); },
+ validation: () => { this.$emit('validation'); },
}, {
onCloseEnd: () => {
// materialize removes the child element, so we move it back to the slot