mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix typo on AdminController flash message
This commit is contained in:
@@ -114,7 +114,7 @@ export class AdminController extends Controller {
|
|||||||
}),
|
}),
|
||||||
permission(SystemPermissions.schemaRead, {
|
permission(SystemPermissions.schemaRead, {
|
||||||
onDenied: async (c) => {
|
onDenied: async (c) => {
|
||||||
addFlashMessage(c, "You not allowed to read the schema", "warning");
|
addFlashMessage(c, "You are not allowed to read the schema", "warning");
|
||||||
},
|
},
|
||||||
context: (c) => ({}),
|
context: (c) => ({}),
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user