aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/src/components/ExampleContentDownloadButton.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/src/components/ExampleContentDownloadButton.vue')
-rw-r--r--apps/dav/src/components/ExampleContentDownloadButton.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/src/components/ExampleContentDownloadButton.vue b/apps/dav/src/components/ExampleContentDownloadButton.vue
index d3ee793eddc..6ee13e057bd 100644
--- a/apps/dav/src/components/ExampleContentDownloadButton.vue
+++ b/apps/dav/src/components/ExampleContentDownloadButton.vue
@@ -26,13 +26,13 @@ export default {
name: 'ExampleContentDownloadButton',
components: {
NcButton,
- IconDownload
+ IconDownload,
},
props: {
href: {
type: String,
required: true,
- }
+ },
},
}
</script>