feature/feature/IO-3554-Form-Row-Layout - Drawer changes, mask closable changes, missing translation, spinner tip changes
This commit is contained in:
@@ -11,9 +11,8 @@ export default function LoadingSpinner({ loading = true, message, ...props }) {
|
||||
position: "relative",
|
||||
alignContent: "center"
|
||||
}}
|
||||
{...(props.children ? { tip: message ? message : null } : {})}
|
||||
{...(props.children ? { description: message ? message : null } : {})}
|
||||
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
|
||||
>
|
||||
{props.children}
|
||||
</Spin>
|
||||
|
||||
Reference in New Issue
Block a user