Skip to content

Commit

Permalink
Fix config param in Dashboard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
dracoooooo committed Mar 30, 2024
1 parent 7c91a02 commit 459331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 459331c

Please sign in to comment.