Skip to content

Commit

Permalink
Adding sources did not work. Fixes #939. (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink authored Jan 15, 2020
1 parent f988f5b commit f4d941d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/frontend/src/source/Sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function Sources(props) {
<Segment vertical>
<AddButton
item_type={"source"}
onClick={() => add_source(props.report.report_uuid, props.metric_uuid, props.reload)}
onClick={() => add_source(props.metric_uuid, props.reload)}
/>
</Segment>}
/>
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- The line "## <square-bracket>Unreleased</square-bracket>" is replaced by the ci/release.py script with the new release version and release date. -->

## [Unreleased]

### Fixed

- Adding sources did not work. Fixes [#939](https://github.com/ICTU/quality-time/issues/939).

## [1.3.0] - [2020-01-15]

### Added
Expand Down

0 comments on commit f4d941d

Please sign in to comment.