mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Merge pull request #7703 from artoscinote/ma_SCI_10877
Clear import modal state on modal open [SCI-10877]
This commit is contained in:
commit
14c9bf5799
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…
Reference in a new issue