Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(space-template): isBaseTemplate is changed to can-construct
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbornsen authored and joshuawilson committed Apr 4, 2018
1 parent ac44fce commit a5224de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/models/process-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5224de

Please sign in to comment.