From ad5965771087e8824de4869a43e94d073c3ae12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 24 Jan 2026 22:54:58 +0800 Subject: [PATCH] fix: lint --- web/src/views/backup/StorageView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ]