From 475f97424217b41d198920b6101f6264b186d7f4 Mon Sep 17 00:00:00 2001 From: astex <0astex@gmail.com> Date: Fri, 27 May 2016 15:22:16 -0400 Subject: [PATCH] Add a document slot for PNS forms. --- front/current/components/project/slots.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/current/components/project/slots.component.ts b/front/current/components/project/slots.component.ts index 71d7433..566a592 100644 --- a/front/current/components/project/slots.component.ts +++ b/front/current/components/project/slots.component.ts @@ -26,6 +26,7 @@ export class SlotsComponent { {name: 'utility-bills', title: 'Utility Bills'}, {name: 'breakdown-of-bills', title: 'Breakdown of Bills'}, {name: 'canvas', title: 'Canvas'}, + {name: 'pns', title: 'PNS Form'}, {name: 'pictures', title: 'Pictures'}, {name: 'sketches', title: 'Sketches'}, {name: 'heat-load', title: 'Heat Load'}, -- GitLab