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 51e4796 commit f0df456Copy full SHA for f0df456
src/components/v2/appDetails/k8Resource/nodeType/PodPopup.tsx
@@ -21,7 +21,7 @@ import { PodPopupProps } from './types'
21
import { ReactComponent as ICDeleteInteractive } from '../../../../../assets/icons/ic-delete-interactive.svg'
22
import { NodeType } from '../../appDetails.type'
23
24
-const OpenSecurityModalButton = importComponentFromFELibrary('OpenSecurityModalButton')
+const OpenSecurityModalButton = importComponentFromFELibrary('OpenSecurityModalButton', null, 'function')
25
26
// TODO: Need to make it common and use this in ResourceTree component as well
27
const PodPopup = ({
0 commit comments