diff --git a/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue b/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue index f6af90b78..c50e706ea 100644 --- a/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue +++ b/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue @@ -34,7 +34,7 @@ export default { type: { type: 'select', options: [{ - label: appType, + label: appTypeMeta.title, value: appType }], disabled: true