diff --git a/src/app/models/process-template.ts b/src/app/models/process-template.ts index 440b3d6..26b568a 100644 --- a/src/app/models/process-template.ts +++ b/src/app/models/process-template.ts @@ -2,7 +2,7 @@ export class ProcessTemplate { attributes: { 'created-at': string; description: string; - isBaseTemplate: boolean; + 'can-construct': boolean; name: string; 'updated-at': string; version: number