mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-12 12:40:33 +08:00
Fix a format error
This commit is contained in:
@@ -74,7 +74,10 @@ const studyDetail = {
|
||||
attributes: { low: -3, high: 3 },
|
||||
},
|
||||
],
|
||||
union_user_attrs: [{key: "foo", sortable: false}, {key: "bar", sortable: false}],
|
||||
union_user_attrs: [
|
||||
{ key: "foo", sortable: false },
|
||||
{ key: "bar", sortable: false },
|
||||
],
|
||||
has_intermediate_values: false,
|
||||
note: {
|
||||
version: 0,
|
||||
|
||||
Reference in New Issue
Block a user