@@ -12,9 +12,10 @@ export default function LoadingSpinner({ loading = true, message, ...props }) {
|
|||||||
position: "relative",
|
position: "relative",
|
||||||
alignContent: "center"
|
alignContent: "center"
|
||||||
}}
|
}}
|
||||||
|
// TODO: Client Update - if anything funky happens check this out
|
||||||
|
{...props.children ? { tip: message ? message : null } : {}}
|
||||||
delay={200}
|
delay={200}
|
||||||
// TODO: Client Update - tip only works when there are actually children, and this component is used in a lot of places where there are no children
|
// TODO: Client Update - tip only works when there are actually children, and this component is used in a lot of places where there are no children
|
||||||
// tip={message ? message : null}
|
|
||||||
>
|
>
|
||||||
{props.children}
|
{props.children}
|
||||||
</Spin>
|
</Spin>
|
||||||
|
|||||||
Reference in New Issue
Block a user