mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
after removing canvas id from module
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
private bool isSyncedWithCanvas => planner
|
||||
.CanvasModules?
|
||||
.FirstOrDefault(
|
||||
cm => cm.Id == Module.CanvasId
|
||||
cm => cm.Name == Module.Name
|
||||
) != null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user