fix: bulk headers not resetting on clear content

This commit is contained in:
Andrew Bastin
2021-12-31 21:36:10 +05:30
parent 5f0d1ae52f
commit b78b2d0e78

View File

@@ -335,5 +335,7 @@ const clearContent = () => {
active: true,
},
]
bulkHeaders.value = ""
}
</script>