Skip to content

Commit

Permalink
Merge pull request #106 from perimetre/feature/Update-sync-for-imprin…
Browse files Browse the repository at this point in the history
…t-and-autograph_CU-29gucvu

fix: fixes please wait toast on imprint modules
  • Loading branch information
AssisrMatheus authored May 2, 2022
2 parents 9447566 + 9a11398 commit 12ca904
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 12ca904

Please sign in to comment.