fix: module flicker issue on property updation (#6699)
This commit is contained in:
parent
c021ffddf2
commit
6ac28ad614
1 changed files with 0 additions and 1 deletions
|
|
@ -425,7 +425,6 @@ export class ModulesStore implements IModuleStore {
|
|||
set(this.moduleMap, [moduleId], { ...originalModuleDetails, ...data });
|
||||
});
|
||||
const response = await this.moduleService.patchModule(workspaceSlug, projectId, moduleId, data);
|
||||
this.fetchModuleDetails(workspaceSlug, projectId, moduleId);
|
||||
return response;
|
||||
} catch (error) {
|
||||
console.error("Failed to update module in module store", error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue