fix: correct docs for flyout metrics (#6751)

This commit is contained in:
Maribeth Bottorff
2023-01-10 13:54:51 -08:00
committed by GitHub
parent 8978f573d3
commit 25d9acb418
3 changed files with 17 additions and 13 deletions

View File

@@ -975,7 +975,7 @@ const procedureCallerGetDefMixin = function() {
'fields': {'NAME': newName},
};
return serialization.blocks.append(blockDef, this.getTargetWorkspace_())
.getProcedureModel();
.getProcedureModel();
},
/**