Skip to content

Commit

Permalink
fix: fixes please wait toast on imprint modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed May 2, 2022
1 parent 9447566 commit 9a11398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Providers/PlannerProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ export const PlannerProvider: React.FC<PlannerProviderProps> = ({ children, proj
const childrenModules = JSON.parse(childrenJson) as UnityProjectModuleJsonChildren;

console.log('editedModule: ', projectModule, childrenModules);

setIsPending(false);
setProjectModule((prevProjectModule) => updateProjectModuleState(projectModule, prevProjectModule));
setChildrenModules(childrenModules?.children);
setState('Editing');
Expand Down

0 comments on commit 9a11398

Please sign in to comment.