Skip to content

Commit

Permalink
Added a test message to check if cache busting works
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed Feb 13, 2025
1 parent 4521a2c commit d3a0b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/submission_form/src/main_layout/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const Main = ({location}) => {
return (
<div>
<DevBanner />
Test
<LoadingOverlay active={personIsLoading || paperIsLoading} spinner text='Loading data ...'>
<FetchErrorBanner />
<div id="whiteBanner"/>
Expand Down

0 comments on commit d3a0b20

Please sign in to comment.