We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b40ffd commit 7789436Copy full SHA for 7789436
xp-archive/client/contentView/ContentView.tsx
@@ -26,7 +26,7 @@ type Props = {
26
27
export const ContentView = ({ selectedView, isLoading, data }: Props) => {
28
if (isLoading) {
29
- return <Loader />;
+ return <Loader size="xlarge" />;
30
}
31
return <div className={style.main}>{getDisplayComponent(selectedView, data)}</div>;
32
};
0 commit comments