mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: module flicker issue on property updation (#6699)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user