Skip to content

Commit

Permalink
AI admin settings: lint:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr authored and julien-nc committed Aug 2, 2023
1 parent a193458 commit be7487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/src/components/AdminAI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</template>
</NcSelect>
<p>&nbsp;</p>
</div>
</div>
</template>
<template v-if="Object.keys(settings['ai.textprocessing_provider_preferences']).length === 0 || !Array.isArray(textProcessingTaskTypes)">
<p>{{ t('settings', 'No apps are currently installed that provide Text processing functionality') }}</p>
Expand Down

0 comments on commit be7487b

Please sign in to comment.