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'},