Merged in bugfix/PMCORE-3953 (pull request #8544)

PMCORE-3953

Approved-by: Rodrigo Quelca
This commit is contained in:
Martin Laguna
2022-08-30 16:26:45 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -45,6 +45,9 @@ export default {
] ]
}; };
}, },
created() {
this.selected = this.filter[0].value;
},
methods: { methods: {
/** /**
* On Ok event handler * On Ok event handler