Skip to content

Commit

Permalink
fix: added search options
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Dec 7, 2023
1 parent 57aca47 commit b8645e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entryPoints/hyperswitch/SidebarValues.res
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ let paymentSettings = SubLevelLink({
name: "Payment Settings",
link: `/payment-settings`,
access: ReadWrite,
searchOptions: [("View payment settings", "")],
searchOptions: [("View payment settings", ""), ("View webhooks", ""), ("View return url", "")],
})

let developers = (isDevelopersEnabled, userRole, systemMetrics) => {
Expand Down

0 comments on commit b8645e3

Please sign in to comment.