This commit is contained in:
burnettk 2025-02-12 16:01:00 -05:00
parent 2282cd85cf
commit ffb1fc7d1b
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View File

@ -1 +1,2 @@
/src/rjsf/carbon_theme
/src/a-spiffui-v3/rjsf/carbon_theme

View File

@ -53,11 +53,7 @@ export default function Login() {
const getLoadingIcon = () => {
const style = { margin: '50px 0 50px 50px' };
return (
<CircularProgress
style={style}
/>
);
return <CircularProgress style={style} />;
};
const loginComponents = () => {