From d61ef04040fa8c1f67be411bbb802a87a1de5bfc Mon Sep 17 00:00:00 2001 From: Ramin Mazloomi Date: Wed, 19 Mar 2025 04:32:45 +0330 Subject: [PATCH] Fix auto test check linter issue --- src/components/notifications/Telegram.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/Telegram.vue b/src/components/notifications/Telegram.vue index a93c16353..3c8425759 100644 --- a/src/components/notifications/Telegram.vue +++ b/src/components/notifications/Telegram.vue @@ -104,9 +104,6 @@ export default { HiddenInput, TemplatedTextarea, }, - mounted() { - this.$parent.notification.telegramServerUrl ||= "https://api.telegram.org"; - }, computed: { telegramTemplatedTextareaPlaceholder() { return this.$t("Example:", [ @@ -118,6 +115,9 @@ Uptime Kuma Alert{% if monitorJSON %} - {{ monitorJSON['name'] }}{% endif %} ]); } }, + mounted() { + this.$parent.notification.telegramServerUrl ||= "https://api.telegram.org"; + }, methods: { /** * Get the URL for telegram updates