Skip to content

Commit

Permalink
fixup! do some things
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Aug 16, 2024
1 parent 8d5bab5 commit d9995e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files/src/components/TemplateFiller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<form>
<h3>{{ t('files', 'Fill template fields') }}</h3>

<!-- We will support more than just text fields in the future -->
<div v-for="field in fields" :key="field.index">
<!-- Maybe there's a better way to create the proper component than just v-if -->
<TemplateTextField v-if="field.type == 'rich-text'"
:field="field"
@input="trackInput" />
Expand All @@ -33,7 +33,7 @@
</NcModal>
</template>

<script lang="ts">
<script>
import { defineComponent } from 'vue'
import { NcModal, NcButton, NcLoadingIcon } from '@nextcloud/vue'
import { translate as t } from '@nextcloud/l10n'
Expand Down

0 comments on commit d9995e1

Please sign in to comment.