Skip to content

Commit

Permalink
Linting fixed
Browse files Browse the repository at this point in the history
Fixes: 8a84821
Related: #2913 (comment)
Author-Change-Id: IB#1125033
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
  • Loading branch information
pboguslawski committed Nov 4, 2022
1 parent 8a84821 commit 3aaf6ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppNavigation/SettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<template>
<div>
<SettingsSortContacts class="settings-section" />
<CheckboxRadioSwitch v-if="allowSocialSync" :checked="enableSocialSync"
<CheckboxRadioSwitch v-if="allowSocialSync"
:checked="enableSocialSync"
:loading="enableSocialSyncLoading"
:disabled="enableSocialSyncLoading"
class="social-sync__checkbox"
Expand Down

0 comments on commit 3aaf6ef

Please sign in to comment.