Skip to content

Commit ff787f7

Browse files
committed
Fix internal import not being there anymore
1 parent ebee30e commit ff787f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/old-pages/Configure/Create.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import {setState, getState, useState} from '../../store'
3838
import {NavigateFunction} from 'react-router-dom'
3939
import TitleDescriptionHelpPanel from '../../components/help-panel/TitleDescriptionHelpPanel'
4040
import {useHelpPanel} from '../../components/help-panel/HelpPanel'
41-
import {StackedFlashbarProps} from '@cloudscape-design/components/flashbar/interfaces'
4241
import {errorsToFlashbarItems} from './errorsToFlashbarItems'
4342

4443
// Constants
@@ -209,7 +208,7 @@ function Create() {
209208
FlashbarProps.MessageDefinition[]
210209
>([])
211210

212-
const flashbarProps: StackedFlashbarProps = {
211+
const flashbarProps: FlashbarProps = {
213212
stackItems: true,
214213
items: flashbarItems,
215214
}

0 commit comments

Comments
 (0)