diff --git a/front/current/components/project/slots.component.ts b/front/current/components/project/slots.component.ts index 489b06e1ff68c47ce7030a14484fa56632282980..83c227864e215f86d00c40d28a146672f8424aba 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;