Skip to content

Commit f0df456

Browse files
committed
fix: update import for check vulnerability button
1 parent 51e4796 commit f0df456

File tree

1 file changed

+1
-1
lines changed
  • src/components/v2/appDetails/k8Resource/nodeType

1 file changed

+1
-1
lines changed

src/components/v2/appDetails/k8Resource/nodeType/PodPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { PodPopupProps } from './types'
2121
import { ReactComponent as ICDeleteInteractive } from '../../../../../assets/icons/ic-delete-interactive.svg'
2222
import { NodeType } from '../../appDetails.type'
2323

24-
const OpenSecurityModalButton = importComponentFromFELibrary('OpenSecurityModalButton')
24+
const OpenSecurityModalButton = importComponentFromFELibrary('OpenSecurityModalButton', null, 'function')
2525

2626
// TODO: Need to make it common and use this in ResourceTree component as well
2727
const PodPopup = ({

0 commit comments

Comments
 (0)