Fix typo, add warning on replacing local pack

This commit is contained in:
Ekaterina Vaartis 2024-01-22 23:43:20 +03:00
commit d5a5b8e254
5 changed files with 21 additions and 6 deletions

View file

@ -168,7 +168,7 @@ export default {
})
}
},
emits: ['updatePackFiles', 'displaError'],
emits: ['updatePackFiles', 'displayError'],
props: {
placement: String,
disabled: {