Skip to content

Commit

Permalink
Merge branch 'main' into setup-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 authored Nov 28, 2023
2 parents e1e7c48 + 967de86 commit 7559dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @juspay/hyperswitch-control-center-maintainers
2 changes: 1 addition & 1 deletion src/entryPoints/hyperswitch/HyperSwitchApp.res
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ let make = () => {
<div className="w-full max-w-fixedPageWidth px-9">
<Navbar
headerActions={<div className="relative flex items-center gap-4 my-2 ">
// <HSwitchGlobalSearchBar />
<HSwitchGlobalSearchBar />
<RenderIf condition={featureFlagDetails.switchMerchant}>
<SwitchMerchant userRole={userRole} />
</RenderIf>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/HyperSwitch/Utils/HSwitchGlobalSearchBar.res
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ let make = () => {
acc->Js.Array2.concat(matchedSearchValues)
}

| Heading(_) | CustomComponent(_) => []
| Heading(_) | CustomComponent(_) => acc->Js.Array2.concat([])
}
})
setArr(_ => matchedList)
Expand Down

0 comments on commit 7559dee

Please sign in to comment.