Skip to content
Snippets Groups Projects
Commit 041e123b authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'rates' into 'main'

Rates App: Add to Dashboard

Closes #232

See merge request !520
parents aa0ddab1 cbf7f11b
No related branches found
No related tags found
1 merge request!520Rates App: Add to Dashboard
Pipeline #512745 passed with warnings
......@@ -93,5 +93,5 @@ export function navigation(): NavigationList[] {
* Returns the list of source model applicaitons.
*/
export function sourceModelApps(): Navigation[] {
return [APPS.source.data, APPS.source.mfd];
return [APPS.source.data, APPS.source.mfd, APPS.source.rateAndProbability];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment