From e101882b9205bf33aa853dfd97753f65e724ff9f Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 20 Jan 2022 12:21:43 +0100 Subject: Auto fix warnings Signed-off-by: Louis Chemineau --- .../src/components/AdminDelegation/GroupSelect.vue | 3 +-- .../PersonalInfo/BiographySection/Biography.vue | 3 +-- .../BiographySection/BiographySection.vue | 6 ++--- .../DisplayNameSection/DisplayName.vue | 3 +-- .../DisplayNameSection/DisplayNameSection.vue | 6 ++--- .../components/PersonalInfo/EmailSection/Email.vue | 12 ++++------ .../PersonalInfo/EmailSection/EmailSection.vue | 6 ++--- .../PersonalInfo/HeadlineSection/Headline.vue | 3 +-- .../HeadlineSection/HeadlineSection.vue | 6 ++--- .../PersonalInfo/LanguageSection/Language.vue | 6 ++--- .../LanguageSection/LanguageSection.vue | 6 ++--- .../OrganisationSection/Organisation.vue | 3 +-- .../OrganisationSection/OrganisationSection.vue | 6 ++--- .../ProfileSection/EditProfileAnchorLink.vue | 6 ++--- .../ProfileSection/ProfileCheckbox.vue | 3 +-- .../ProfileSection/ProfilePreviewCard.vue | 6 ++--- .../PersonalInfo/ProfileSection/ProfileSection.vue | 12 ++++------ .../ProfileVisibilitySection.vue | 9 +++----- .../VisibilityDropdown.vue | 6 ++--- .../components/PersonalInfo/RoleSection/Role.vue | 3 +-- .../PersonalInfo/RoleSection/RoleSection.vue | 6 ++--- .../components/PersonalInfo/shared/AddButton.vue | 3 +-- .../PersonalInfo/shared/FederationControl.vue | 3 +-- .../shared/FederationControlAction.vue | 3 +-- .../components/PersonalInfo/shared/HeaderBar.vue | 9 +++----- apps/settings/src/components/UserList/UserRow.vue | 12 ++++------ .../src/components/UserList/UserRowSimple.vue | 9 +++----- apps/settings/src/views/Apps.vue | 27 ++++++++-------------- apps/settings/src/views/Users.vue | 21 ++++++----------- 29 files changed, 69 insertions(+), 138 deletions(-) (limited to 'apps/settings/src') diff --git a/apps/settings/src/components/AdminDelegation/GroupSelect.vue b/apps/settings/src/components/AdminDelegation/GroupSelect.vue index eb7fd3e0c34..f9db50b3cc6 100644 --- a/apps/settings/src/components/AdminDelegation/GroupSelect.vue +++ b/apps/settings/src/components/AdminDelegation/GroupSelect.vue @@ -1,6 +1,5 @@