We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4bd10 commit b4d3bf5Copy full SHA for b4d3bf5
live-demo/app/resources/users.ts
@@ -9,7 +9,7 @@ const blockDemoUsers = async ({ record, adminUser, resource }) => {
9
return { ok: false, error: "You can't do this on demo.adminforth.dev" }
10
}
11
return { ok: true };
12
-}
+}
13
export default {
14
dataSource: 'maindb',
15
table: 'users',
0 commit comments