diff --git a/src/views/applications/RemoteApp/RemoteAppList.vue b/src/views/applications/RemoteApp/RemoteAppList.vue index 7752559e6..ecb752d9f 100644 --- a/src/views/applications/RemoteApp/RemoteAppList.vue +++ b/src/views/applications/RemoteApp/RemoteAppList.vue @@ -64,6 +64,8 @@ export default { hasCreate: false, hasMoreActions: false, hasBulkDelete: false, + hasExport: false, + hasImport: false, // createRoute: 'RemoteAppCreate', moreCreates: { dropdown: this.getCreateAppType(),