1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: stored routines creation

This commit is contained in:
2021-01-06 11:57:49 +01:00
parent aa33850286
commit 3bcd02fc4e
9 changed files with 269 additions and 84 deletions

View File

@@ -2,7 +2,7 @@
<ConfirmModal
:confirm-text="$t('word.confirm')"
size="400"
@confirm="confirmOptionsChange"
@confirm="confirmNewTrigger"
@hide="$emit('close')"
>
<template :slot="'header'">
@@ -132,7 +132,7 @@ export default {
}, 20);
},
methods: {
confirmOptionsChange () {
confirmNewTrigger () {
this.$emit('open-create-trigger-editor', this.localTrigger);
}
}