From 459331c970a8340eab63a1a2f739a8566614e3cb Mon Sep 17 00:00:00 2001 From: draco Date: Sat, 30 Mar 2024 21:25:40 +0800 Subject: [PATCH] Fix config param in Dashboard.vue --- frontend/src/components/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Dashboard.vue b/frontend/src/components/Dashboard.vue index 4fd2eba..52468b2 100644 --- a/frontend/src/components/Dashboard.vue +++ b/frontend/src/components/Dashboard.vue @@ -56,7 +56,7 @@ const checkerIsolationLevelOptions = [ {label: 'Snapshot Isolation', value: 'SNAPSHOT_ISOLATION'}, {label: 'Serializable', value: 'SERIALIZABLE'}, {label: 'Snapshot Isolation(Viper)', value: 'VIPER_SNAPSHOT_ISOLATION'}, - {label: 'Snapshot Isolation(PolySI+)', value: 'CUSTOM_SNAPSHOT_ISOLATION'} + {label: 'Snapshot Isolation(PolySI+)', value: 'POLYSI+_SNAPSHOT_ISOLATION'} ]; const historyTypeOptions = [ {label: 'Read-Write Register(text)', value: 'text'},