summaryrefslogtreecommitdiffstats
path: root/src/components/Actions/ActionCopyNtoFN.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Actions/ActionCopyNtoFN.vue')
-rw-r--r--src/components/Actions/ActionCopyNtoFN.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Actions/ActionCopyNtoFN.vue b/src/components/Actions/ActionCopyNtoFN.vue
index 6de3a51c..5e1157e8 100644
--- a/src/components/Actions/ActionCopyNtoFN.vue
+++ b/src/components/Actions/ActionCopyNtoFN.vue
@@ -29,7 +29,7 @@
</ActionButton>
</template>
<script>
-import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
+import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton'
import ActionsMixin from '../../mixins/ActionsMixin'
import IconCopy from 'vue-material-design-icons/ContentCopy'