Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 13, 2024
1 parent 9a2efd7 commit abd26de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/dialogs/Dialogs.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<!-- Placeholder div -->
<div>

</div>
<div />
</template>

<script>
Expand Down
2 changes: 1 addition & 1 deletion src/navigation/Configuration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<NcCheckboxRadioSwitch :checked.sync="configuration.external" type="switch">
{{ t('forms', 'Enable sharing') }}
</NcCheckboxRadioSwitch>

<b>Mongo DB</b>
<NcTextField :value.sync="configuration.mongodbLocation"
label="The location (url)"
Expand Down

0 comments on commit abd26de

Please sign in to comment.