Skip to content
Snippets Groups Projects

GREG-214: Switching to showing orgreg ID in dropdown for units

Merged Tore.Brede requested to merge GREG-214_show_org_reg_id_for_departments into master
All threads resolved!
4 files
+ 13
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -6,6 +6,7 @@ type OuData = {
@@ -6,6 +6,7 @@ type OuData = {
nb: string
nb: string
en: string
en: string
orgreg_id?: string
orgreg_id?: string
 
acronym_nob?: string
}
}
function useOus(): OuData[] | undefined {
function useOus(): OuData[] | undefined {
Loading