Merge branch 'develop'

This commit is contained in:
Simon Vieille 2024-05-24 08:56:06 +02:00
commit 62de6416c5

View file

@ -135,6 +135,7 @@ export default {
this.$refs.dialog.showModal() this.$refs.dialog.showModal()
}, },
closeCodeEditor() { closeCodeEditor() {
this.$refs.codeEditor.classList.toggle('is-invalid', false)
this.$refs.dialog.close() this.$refs.dialog.close()
}, },
isNextValueItemValueValid(item) { isNextValueItemValueValid(item) {