block code editor: remove is-invalid class when the modal is closed
This commit is contained in:
parent
3f5bd4f950
commit
246c249d3e
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ export default {
|
|||
this.$refs.dialog.showModal()
|
||||
},
|
||||
closeCodeEditor() {
|
||||
this.$refs.codeEditor.classList.toggle('is-invalid', false)
|
||||
this.$refs.dialog.close()
|
||||
},
|
||||
isNextValueItemValueValid(item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue