From 78f81d1751beac27dfe5e685aafd8d46a1c5bdf3 Mon Sep 17 00:00:00 2001 From: calvinqh Date: Thu, 30 Jun 2016 12:55:18 -0400 Subject: [PATCH] Change state id of misc state to 3. --- front/current/components/project/slots.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/current/components/project/slots.component.ts b/front/current/components/project/slots.component.ts index 489b06e..83c2278 100644 --- a/front/current/components/project/slots.component.ts +++ b/front/current/components/project/slots.component.ts @@ -42,7 +42,7 @@ export class SlotsComponent { {name: 'nyserda', title: 'NYSERDA Request for Financing Form', state_id: 40}, {name: 'loan-application', title: 'Loan Application', state_id: 40}, {name: 'contractor-quotes', title: 'Contractor Quotes', state_id: 30}, - {name: 'misc', title: 'Miscellaneous', state_id: 1} + {name: 'misc', title: 'Miscellaneous', state_id: 3} ]; project:Model; document_slots:Collection; -- GitLab