fix: eslint

Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
This commit is contained in:
Jana Peper 2024-12-09 10:00:16 +01:00 committed by janepie
parent 2973fb8027
commit 3857decfcb
3 changed files with 6 additions and 6 deletions

View file

@ -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" >
<NcCheckboxRadioSwitch v-model="settings['ai.taskprocessing_type_preferences'][type.id]"
type="switch"
@update:modelValue="saveChanges">
{{ t('settings', 'Enable') }}
</NcCheckboxRadioSwitch>
<NcSelect v-model="settings['ai.taskprocessing_provider_preferences'][type.id]"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long