feat: move filter popup to a modal
This commit is contained in:
parent
b2c2118c58
commit
0007c30672
3 changed files with 30 additions and 27 deletions
|
|
@ -91,9 +91,6 @@ watch(
|
|||
scrollLock.value = enabled
|
||||
store.commit('modalActive', enabled)
|
||||
},
|
||||
{
|
||||
immediate: true,
|
||||
},
|
||||
)
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Reference in a new issue