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 37d5097 commit 24241b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/settings/src/components/AdminAI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<div :key="type">
<h3>{{ t('settings', 'Task:') }} {{ type.name }}</h3>
<p>{{ type.description }}</p>
<NcCheckboxRadioSwitch type="switch"
<NcCheckboxRadioSwitch
v-model="settings['ai.taskprocessing_type_preferences'][type.id]"

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

View workflow job for this annotation

GitHub Actions / NPM lint

Expected no linebreak before this attribute
type="switch"
@update:modelValue="saveChanges" >

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

View workflow job for this annotation

GitHub Actions / NPM lint

Expected no space before '>', but found
{{ t('settings', 'Enable') }}
</NcCheckboxRadioSwitch>
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 24241b9

Please sign in to comment.