Merge pull request #7703 from artoscinote/ma_SCI_10877

Clear import modal state on modal open [SCI-10877]
This commit is contained in:
Martin Artnik 2024-07-12 10:57:39 +02:00 committed by GitHub
commit 14c9bf5799
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,8 @@ export default {
methods: { methods: {
open() { open() {
this.activeStep = 'UploadStep'; this.activeStep = 'UploadStep';
this.params.selectedItems = null;
this.params.autoMapping = true;
this.fetchRepository(); this.fetchRepository();
}, },
fetchRepository() { fetchRepository() {