fix: bulk headers not resetting on clear content
This commit is contained in:
parent
5f0d1ae52f
commit
b78b2d0e78
1 changed files with 2 additions and 0 deletions
|
|
@ -335,5 +335,7 @@ const clearContent = () => {
|
|||
active: true,
|
||||
},
|
||||
]
|
||||
|
||||
bulkHeaders.value = ""
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue