mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Clear import modal state on modal open [SCI-10877]
This commit is contained in:
parent
544da61038
commit
3c6798a2c2
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ export default {
|
|||
methods: {
|
||||
open() {
|
||||
this.activeStep = 'UploadStep';
|
||||
this.params.selectedItems = null;
|
||||
this.params.autoMapping = true;
|
||||
this.fetchRepository();
|
||||
},
|
||||
fetchRepository() {
|
||||
|
|
Loading…
Add table
Reference in a new issue