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