We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fd0d3 commit 91bd6abCopy full SHA for 91bd6ab
src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs/Manifest.component.tsx
@@ -712,7 +712,7 @@ const ManifestComponent = ({
712
customLoader={<MessageUI msg={loadingMsg} icon={MsgUIType.LOADING} size={24} />}
713
theme={AppThemeType.dark}
714
height={isResourceBrowserView || isDynamicTabsStuck ? 'fitToParent' : '100%'}
715
- onOpenSearchPanel={handleStickDynamicTabsToTopWrapper}
+ onSearchPanelOpen={handleStickDynamicTabsToTopWrapper}
716
onSearchBarAction={handleStickDynamicTabsToTopWrapper}
717
{...(showManifestCompareView
718
? {
0 commit comments