diff options
Diffstat (limited to 'apps/dav/src/components/ExampleContentDownloadButton.vue')
-rw-r--r-- | apps/dav/src/components/ExampleContentDownloadButton.vue | 4 |
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> |