Skip to content

Commit

Permalink
Update folderytpe_chooser.svelte add folder
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi authored Aug 27, 2024
1 parent b68bac1 commit 275b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tempresults/folderytpe_chooser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { createEventDispatcher } from 'svelte';
export var foldertype: string = 'water_budget';
var foldertypes: any[] = ['water_budget', 'water_budget_bias', 'kariba', 'vaal'];
var foldertypes: any[] = ['water_budget', 'water_budget_bias', 'kariba', 'vaal' ,'cmip6'];
const dispatch = createEventDispatcher();
Expand Down

0 comments on commit 275b7d7

Please sign in to comment.