Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
  • Loading branch information
janepie committed Dec 9, 2024
1 parent e7a15e6 commit 51ae6eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/settings/src/components/AdminAI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<div :key="type">
<h3>{{ t('settings', 'Task:') }} {{ type.name }}</h3>
<p>{{ type.description }}</p>
<NcCheckboxRadioSwitch type="switch"
v-model="settings['ai.taskprocessing_type_preferences'][type.id]"
@update:modelValue="saveChanges" >
<NcCheckboxRadioSwitchn v-model="settings['ai.taskprocessing_type_preferences'][type.id]"
type="switch"
@update:modelValue="saveChanges">
{{ t('settings', 'Enable') }}
</NcCheckboxRadioSwitch>

Check failure on line 17 in apps/settings/src/components/AdminAI.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected indentation of 6 tabs but found 5 tabs

Check failure on line 17 in apps/settings/src/components/AdminAI.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Parsing error: x-invalid-end-tag
<NcSelect v-model="settings['ai.taskprocessing_provider_preferences'][type.id]"

Check failure on line 18 in apps/settings/src/components/AdminAI.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected indentation of 6 tabs but found 5 tabs
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-admin-ai.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-admin-ai.js.map

Large diffs are not rendered by default.

0 comments on commit 51ae6eb

Please sign in to comment.