Skip to content

Commit

Permalink
Use lowercase for stillingstitler
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksson-daniel committed Jan 6, 2025
1 parent f8a40f8 commit 0672c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/settings/signature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const SignatureValue = ({ infoKey, saksbehandlerSignature, label, navIdent }: Si
);
};

const TITLES = ['Rådgiver', 'Seniorrådgiver', 'Fagleder', 'Avdelingsdirektør', 'Førstekonsulent'];
const TITLES = ['rådgiver', 'seniorrådgiver', 'fagleder', 'avdelingsdirektør', 'førstekonsulent'];

const TitleSelector = ({ infoKey, saksbehandlerSignature, label, navIdent }: SignatureProps) => {
const savedValue = saksbehandlerSignature[infoKey];
Expand Down

0 comments on commit 0672c21

Please sign in to comment.