Skip to content

Commit

Permalink
Added optional feat to centered, classname, and style
Browse files Browse the repository at this point in the history
Partially Resolves jaegertracing#2596
- Added optional availability to multiple fields

Signed-off-by: Abhishek <[email protected]>
  • Loading branch information
its-me-abhishek committed Jan 23, 2025
1 parent 337a101 commit 5bbeb93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/jaeger-ui/src/components/common/LoadingIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export default function LoadingIndicator({
style,
...rest
}: {
centered: boolean;
centered?: boolean;
vcentered?: boolean;
className: string;
small: boolean;
className?: string;
small?: boolean;
style?: React.CSSProperties;
}) {
const cls = `
Expand Down

0 comments on commit 5bbeb93

Please sign in to comment.