Commit 4a95fc3 1 parent fc753ba commit 4a95fc3 Copy full SHA for 4a95fc3
File tree 1 file changed +2
-2
lines changed
npm/designsystem/src/components/NotificationPanel/__snapshots__
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ exports[`Gitt at NotificationPanel skal vises Når bruker ser compact-variant S
88
88
exports [` Gitt at NotificationPanel skal vises Når panelet kan lukkes Så kalles onClick-handleren når man klikker på knappen 1` ] = `
89
89
<div >
90
90
<div
91
- class = " notification-panel notification-panel--info notification-panel--has-children notification-panel-- dismissable"
91
+ class = " notification-panel notification-panel--info notification-panel--dismissable"
92
92
data-analyticsid = " notification-panel"
93
93
>
94
94
<span
@@ -155,7 +155,7 @@ exports[`Gitt at NotificationPanel skal vises Når panelet kan lukkes Så kalles
155
155
exports [` Gitt at NotificationPanel skal vises Når panelet vises med default props Så rendres komponenten riktig 1` ] = `
156
156
<div >
157
157
<div
158
- class = " notification-panel notification-panel--info notification-panel--has-children "
158
+ class = " notification-panel notification-panel--info"
159
159
data-analyticsid = " notification-panel"
160
160
>
161
161
<span
You can’t perform that action at this time.
0 commit comments