Skip to content

Commit d9995e1

Browse files
committed
fixup! do some things
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 8d5bab5 commit d9995e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/files/src/components/TemplateFiller.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<form>
1010
<h3>{{ t('files', 'Fill template fields') }}</h3>
1111

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

36-
<script lang="ts">
36+
<script>
3737
import { defineComponent } from 'vue'
3838
import { NcModal, NcButton, NcLoadingIcon } from '@nextcloud/vue'
3939
import { translate as t } from '@nextcloud/l10n'

0 commit comments

Comments
 (0)