Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Should never be add, so logic not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Jun 15, 2020
1 parent 0fa28cd commit a57d36f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/src/views/datasets/DatasetEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,7 @@ export default {
cancelChanges(event) {
event.preventDefault();
if (this.newDataset.id === '') {
this.$router.push("/dataset/browser");
}
else {
this.$router.push("/dataset/" + this.newDataset.id + "/about");
}
this.$router.push("/dataset/" + this.newDataset.id + "/about");
},
deleteDataset(event) {
Expand Down

0 comments on commit a57d36f

Please sign in to comment.