Skip to content

Commit

Permalink
login
Browse files Browse the repository at this point in the history
  • Loading branch information
apierantonio committed Dec 20, 2024
1 parent 749bebc commit bcb20fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ function App(props: AllProps): JSX.Element {
let user: LUser = props.user;

useEffectOnce(() => {
// SetRootFieldAction.new('isLoading', true);
// stateInitializer().then(() => SetRootFieldAction.new('isLoading', false));
SetRootFieldAction.new('isLoading', true);
stateInitializer().then(() => SetRootFieldAction.new('isLoading', false));
});

return(<>
Expand Down

0 comments on commit bcb20fa

Please sign in to comment.