Skip to content

Commit

Permalink
Merge pull request #816 from blue-marble/fix_ui_new_scenario_energy_t…
Browse files Browse the repository at this point in the history
…arget_bug

Fix UI new scenario energy target bug
  • Loading branch information
anamileva authored Aug 23, 2021
2 parents 91bbfde + 9897d18 commit 8cc7813
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridpath-ui",
"version": "0.10.0",
"version": "0.10.1",
"main": "src/electron-main.js",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/scenario-new/scenario-new.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class ScenarioNewComponent implements OnInit {
features$regulation_down: new FormControl(),
features$spinning_reserves: new FormControl(),
features$frequency_response: new FormControl(),
features$energy_target: new FormControl(),
features$period_energy_target: new FormControl(),
features$carbon_cap: new FormControl(),
features$track_carbon_imports: new FormControl(),
features$prm: new FormControl(),
Expand Down
2 changes: 1 addition & 1 deletion ui/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>GridPath v0.10.0</title>
<title>GridPath v0.10.1</title>
<base href="./">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.0"
__version__ = "0.10.1"

0 comments on commit 8cc7813

Please sign in to comment.