Skip to content

Commit ad4307e

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth
2 parents 116541e + d22659b commit ad4307e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

live-demo/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@adminforth/two-factors-auth": "^2.9.20",
3737
"@adminforth/upload": "^2.15.3",
3838
"@prisma/client": "^6.6.0",
39-
"adminforth": "2.37.2",
39+
"adminforth": "^2.37.4",
4040
"better-sqlite3": "^10.0.0",
4141
"cldr-core": "^48.2.0",
4242
"express": "^4.19.2"

live-demo/app/resources/users.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ export default {
8585
promptField: 'prompt',
8686
responseField: 'response',
8787
},
88-
} as any),
88+
stickByDefault: true,
89+
}),
8990
],
9091
columns: [
9192
{

0 commit comments

Comments
 (0)