diff --git a/web/src/views/backup/StorageView.vue b/web/src/views/backup/StorageView.vue index 15307e11..94a553fc 100644 --- a/web/src/views/backup/StorageView.vue +++ b/web/src/views/backup/StorageView.vue @@ -17,7 +17,7 @@ const typeOptions = [ ] const styleOptions = [ - { label: 'Virtual Hosted', value: 'virtual_hosted' }, + { label: 'Virtual Hosted', value: 'virtual-hosted' }, { label: 'Path', value: 'path' } ]