fix: fixes bug caused by missing param in function call

This commit is contained in:
Mark Mankarious
2023-10-29 14:44:21 +00:00
parent 58cefc134a
commit 421bd07c93

View File

@@ -27,6 +27,7 @@ export const syncConnector = (id: string, viewId: string, state: State) => {
const allAnchors = getAllAnchors(view.value.connectors ?? []);
const issues = validateConnector(connector.value, {
view: view.value,
model: state.model,
allAnchors
});