Skip to content
Snippets Groups Projects
Commit 9b3d0ced authored by Maz Ameli's avatar Maz Ameli Committed by Tom Robinson
Browse files

why yes i did forget to run yarn run prettier

parent d576d648
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,10 @@ export class FieldValuesWidget extends Component {
}
const LoadingState = () => (
<div className="flex layout-centered align-center border-top" style={{ minHeight: 82 }}>
<div
className="flex layout-centered align-center border-top"
style={{ minHeight: 82 }}
>
<LoadingSpinner size={32} />
</div>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment