Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <[email protected]>
  • Loading branch information
tpokorra committed Aug 28, 2023
1 parent 6168e1a commit 09db0ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/SidebarTabs/SettingsSidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
@update:checked="onSubmitMultipleChange">
{{ t('forms', 'Allow multiple responses per person') }}
</NcCheckboxRadioSwitch>
<NcCheckboxRadioSwitch
:checked="allowEdit"
<NcCheckboxRadioSwitch :checked="allowEdit"
type="switch"
@update:checked="onAllowEditChange">
{{ t('forms', 'Allow editing and deleting responses per person') }}
Expand Down

0 comments on commit 09db0ef

Please sign in to comment.