Skip to content

Commit a0d53a7

Browse files
Toggle the classic case costs on by default. (#5853)
1 parent f03596c commit a0d53a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch/static/dispatch/src/case/CostsTab.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
},
8888
8989
data: () => ({
90-
model: "New",
90+
model: "Classic",
9191
}),
9292
9393
setup() {

0 commit comments

Comments
 (0)