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
+ 45
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,6 +7,8 @@ type OuData = {
en: string
orgreg_id?: string
acronym_nob?: string
acronym_nno?: string
acronym_eng?: string
}
function useOus(): OuData[] | undefined {
Loading