From 459c9f84af59f8de2542d8a6e6d1bf545896010b Mon Sep 17 00:00:00 2001 From: Betsy Carina Traran Date: Thu, 9 Jan 2025 16:39:06 +0100 Subject: [PATCH] Fikset inst-visning --- .../src/main/js/src/components/fagsystem/inst/InstTypes.tsx | 1 + .../main/js/src/components/fagsystem/inst/bestilling/Inst.tsx | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/InstTypes.tsx b/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/InstTypes.tsx index 0fd3df9444c..00454961bb4 100644 --- a/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/InstTypes.tsx +++ b/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/InstTypes.tsx @@ -2,5 +2,6 @@ export type InstTypes = { institusjonstype: string varighet?: string startdato: string + forventetSluttdato?: string sluttdato: string } diff --git a/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/bestilling/Inst.tsx b/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/bestilling/Inst.tsx index 0cb4ac90df2..46fc2b0a7ba 100644 --- a/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/bestilling/Inst.tsx +++ b/apps/dolly-frontend/src/main/js/src/components/fagsystem/inst/bestilling/Inst.tsx @@ -32,6 +32,10 @@ export const Inst = ({ inst }: InstProps) => { value={opphold.varighet && showLabel('varighet', opphold.varighet)} /> + )