mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
adding context menu to entities list
This commit is contained in:
@@ -64,7 +64,12 @@ export function useBkndData() {
|
||||
};
|
||||
const $data = {
|
||||
entity: (name: string) => entities[name],
|
||||
modals
|
||||
modals,
|
||||
system: (name: string) => ({
|
||||
any: entities[name]?.type === "system",
|
||||
users: name === config.auth.entity_name,
|
||||
media: name === config.media.entity_name
|
||||
})
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user