Skip to content

Commit 6ac28ad

Browse files
authored
fix: module flicker issue on property updation (#6699)
1 parent c021ffd commit 6ac28ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/core/store/module.store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ export class ModulesStore implements IModuleStore {
425425
set(this.moduleMap, [moduleId], { ...originalModuleDetails, ...data });
426426
});
427427
const response = await this.moduleService.patchModule(workspaceSlug, projectId, moduleId, data);
428-
this.fetchModuleDetails(workspaceSlug, projectId, moduleId);
429428
return response;
430429
} catch (error) {
431430
console.error("Failed to update module in module store", error);

0 commit comments

Comments
 (0)