refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection'
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
hideModel() {
|
||||
this.$emit('hide-model');
|
||||
this.$emit('hide-modal');
|
||||
},
|
||||
openDialogChooseFileToReplaceWith() {
|
||||
this.$refs.inputChooseFileToReplaceWith.click();
|
||||
|
||||
Reference in New Issue
Block a user