File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
components/filters/status-dropwdown Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ export function mapStatusTilDropdownOption(status: UtkastStatus): DropdownOption
14
14
const statusOptions : DropdownOption [ ] = [
15
15
mapStatusTilDropdownOption ( UtkastStatus . TRENGER_BESLUTTER ) ,
16
16
mapStatusTilDropdownOption ( UtkastStatus . KLAR_TIL_VEILEDER ) ,
17
- mapStatusTilDropdownOption ( UtkastStatus . KLAR_TIL_BESLUTTER ) ,
18
- mapStatusTilDropdownOption ( UtkastStatus . GODKJENT_AV_BESLUTTER ) ,
17
+ mapStatusTilDropdownOption ( UtkastStatus . KLAR_TIL_BESLUTTER )
19
18
] ;
20
19
21
20
export const StatusDropdown = ( ) => {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export enum UtkastStatus {
3
3
TRENGER_BESLUTTER = 'TRENGER_BESLUTTER' ,
4
4
KLAR_TIL_BESLUTTER = 'KLAR_TIL_BESLUTTER' ,
5
5
KLAR_TIL_VEILEDER = 'KLAR_TIL_VEILEDER' ,
6
- GODKJENT_AV_BESLUTTER = 'GODKJENT_AV_BESLUTTER'
6
+ GODKJENT_AV_BESLUTTER = 'GODKJENT_AV_BESLUTTER' // Skal fjernes etterhvert
7
7
}
8
8
9
9
export interface BrukereMedAntall {
You can’t perform that action at this time.
0 commit comments