Skip to content

Commit 532c65b

Browse files
committed
add non-us-in-kind option for UW-Madison
1 parent 374ac57 commit 532c65b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest_server/data_sources/table_config_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ async def _build() -> tuple[dict[str, _ColumnConfig], list[uut.Institution]]:
163163
columns.NSF_MO_CORE,
164164
columns.NSF_BASE_GRANTS,
165165
columns.US_IN_KIND,
166+
columns.NON_US_IN_KIND,
166167
],
167168
NON_US: [columns.NON_US_IN_KIND],
168169
},

0 commit comments

Comments
 (0)