Add back initialize on mount

This commit is contained in:
Khalid Adil 2024-10-03 01:56:28 -05:00
parent 39a73cf635
commit 0f2f71f67c

View File

@ -350,6 +350,7 @@ export default {
}, },
mounted() { mounted() {
this.setOutputSelection(); this.setOutputSelection();
this.initializeMetadata();
}, },
methods: { methods: {
setOutputSelection() { setOutputSelection() {