Skip to content

Commit

Permalink
Update folderytpe_chooser.svelte Add indicator folder for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi authored Oct 3, 2024
1 parent e7069ed commit 4f1a4fb
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' ,'cmip6', 'paper', 'luanginga'];
var foldertypes: any[] = ['water_budget', 'water_budget_bias', 'kariba', 'vaal' ,'cmip6', 'paper', 'luanginga', 'ind_full', 'ind_slices20', 'ind_slices30'];
const dispatch = createEventDispatcher();
Expand Down

0 comments on commit 4f1a4fb

Please sign in to comment.