Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 5dc658e

Browse files
committed
fix(plugins/plugin-client-common): kubectl edit saves can result in unstyled notification
in browser-based clients Fixes #4930
1 parent a2f0492 commit 5dc658e

File tree

1 file changed

+2
-0
lines changed
  • plugins/plugin-client-common/src/components/spi/Alert/impl

1 file changed

+2
-0
lines changed

plugins/plugin-client-common/src/components/spi/Alert/impl/Carbon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import { i18n } from '@kui-shell/core'
1919
import { ToastNotification } from 'carbon-components-react'
2020
import { Props } from '..'
2121

22+
import 'carbon-components/scss/components/notification/_toast-notification.scss'
23+
2224
const strings = i18n('plugin-client-common', 'editor')
2325

2426
export default class Alert extends React.PureComponent<Props> {

0 commit comments

Comments
 (0)