upload error plus .user.in
This commit is contained in:
parent
559dd4ee10
commit
c89f5c6200
8 changed files with 124 additions and 13 deletions
|
@ -126,6 +126,14 @@ const app = new Vue({
|
|||
this.dataset.reset();//reset methods will trigger property changed.
|
||||
this.step = 1;
|
||||
},
|
||||
retry() {
|
||||
// reset form to initial state
|
||||
this.currentStatus = STATUS_INITIAL;
|
||||
// this.uploadedFiles = [];
|
||||
// this.uploadError = null;
|
||||
// this.dataset.reset();//reset methods will trigger property changed.
|
||||
// this.step = 1;
|
||||
},
|
||||
editNewDataset() {
|
||||
window.location = this.redirectLink;
|
||||
},
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue