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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-20 14:21:43 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-21 15:13:52 +0300
commite101882b9205bf33aa853dfd97753f65e724ff9f (patch)
tree5051da8a3903531fa43ded2b2ce27c59fe595a83 /apps/settings/src/components/PersonalInfo/RoleSection/RoleSection.vue
parented729c65de08c94fc021a9a46820dbd6be0e3743 (diff)
Auto fix warnings
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/RoleSection/RoleSection.vue')
-rw-r--r--apps/settings/src/components/PersonalInfo/RoleSection/RoleSection.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/settings/src/components/PersonalInfo/RoleSection/RoleSection.vue b/apps/settings/src/components/PersonalInfo/RoleSection/RoleSection.vue
index 4bfaa6b0eb8..51026f4860c 100644
--- a/apps/settings/src/components/PersonalInfo/RoleSection/RoleSection.vue
+++ b/apps/settings/src/components/PersonalInfo/RoleSection/RoleSection.vue
@@ -22,13 +22,11 @@
<template>
<section>
- <HeaderBar
- :account-property="accountProperty"
+ <HeaderBar :account-property="accountProperty"
label-for="role"
:scope.sync="primaryRole.scope" />
- <Role
- :role.sync="primaryRole.value"
+ <Role :role.sync="primaryRole.value"
:scope.sync="primaryRole.scope" />
</section>
</template>