]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(updatenotification): lint
authorGrigorii K. Shartsev <me@shgk.me>
Wed, 21 Feb 2024 21:12:38 +0000 (22:12 +0100)
committerskjnldsv <skjnldsv@protonmail.com>
Fri, 23 Feb 2024 13:39:20 +0000 (14:39 +0100)
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
apps/updatenotification/src/components/UpdateNotification.vue

index ad9aa175febdf6f8de7003ec60b9dfb9b8b9140b..be1b4f97e37bfd9ddc059b38c299874dd262774e 100644 (file)
                        </template>
                        <template v-else>
                                {{ t('updatenotification', 'Your version is up to date.') }}
-                               <a :title="lastCheckedOnString" :aria-label="lastCheckedOnString" href="https://nextcloud.com/changelog/" class="icon-info details" target="_blank"></a>
+                               <a :title="lastCheckedOnString"
+                                       :aria-label="lastCheckedOnString"
+                                       href="https://nextcloud.com/changelog/"
+                                       class="icon-info details"
+                                       target="_blank" />
                        </template>
 
                        <template v-if="!isDefaultUpdateServerURL">
                        <em v-html="noteDelayedStableString" />
                </p>
 
-               <NcSelect v-model="notifyGroups"
-                       id="notify-members-settings-select-wrapper"
+               <NcSelect id="notify-members-settings-select-wrapper"
+                       v-model="notifyGroups"
                        :input-label="t('updatenotification', 'Notify members of the following groups about available updates:')"
                        :options="groups"
                        :multiple="true"
@@ -320,7 +324,7 @@ export default {
        },
 
        watch: {
-               notifyGroups(selectedOptions) {
+               notifyGroups() {
                        if (!this.enableChangeWatcher) {
                                // The first time is when loading the app
                                this.enableChangeWatcher = true