We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2277fbf commit e9cf88fCopy full SHA for e9cf88f
web/common/src/components/LoadingContainer/LoadingContainer.tsx
@@ -6,7 +6,7 @@ import { LoadingIcon } from './LoadingIcon'
6
export interface LoadingContainerProps
7
extends React.HTMLAttributes<HTMLDivElement> {
8
isLoading?: boolean
9
- message?: string
+ message?: React.ReactNode
10
side?: Side
11
className?: string
12
}
0 commit comments