Skip to content

Commit

Permalink
Allow content to load
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Mar 28, 2024
1 parent f84dc7e commit 1fca358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sandbox/grommet-app/src/pages/next/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const Divider = () => <Box border={{ side: 'bottom', color: 'primary' }} />;
function Index() {
const size = useContext(ResponsiveContext);
const getStartedLoading = useLoading(250);
// const insightsLoading = useLoading(2000);
const insightsLoading = true;
const insightsLoading = useLoading(2000);
const sidePanelLoading = useLoading(250);
return (
<Page pad={{ top: 'large', bottom: 'xlarge' }}>
Expand Down

0 comments on commit 1fca358

Please sign in to comment.