mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 00:26:01 +00:00
added better error messages if config secret permission is missing
This commit is contained in:
@@ -168,7 +168,7 @@ const EntityContextMenu = ({
|
||||
items={[
|
||||
href && {
|
||||
icon: IconExternalLink,
|
||||
label: "Open in new tab",
|
||||
label: "Open in tab",
|
||||
onClick: () => navigate(href, { target: "_blank" })
|
||||
},
|
||||
separator,
|
||||
|
||||
Reference in New Issue
Block a user