Skip to content

Commit

Permalink
fix: fixes the default withOverlay prop (#15956)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
  • Loading branch information
Gururajj77 and tay1orjones committed Mar 14, 2024
1 parent 9346f3e commit 79989d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Loading/Loading.tsx
Expand Up @@ -41,7 +41,7 @@ export interface LoadingProps extends ReactAttr<HTMLDivElement> {
/**
* Specify whether you want the loader to be applied with an overlay
*/
withOverlay: boolean;
withOverlay?: boolean;
}

function Loading({
Expand Down

0 comments on commit 79989d5

Please sign in to comment.