refactor: refs #8647 remove :data-cy in VnFilterPanel

This commit is contained in:
Javier Segarra 2025-03-25 19:00:07 +01:00
parent 227dec72b3
commit e42f4797b1
1 changed files with 1 additions and 6 deletions
src/components/VnTable

View File

@ -26,12 +26,7 @@ function columnName(col) {
}
</script>
<template>
<VnFilterPanel
v-bind="$attrs"
:search-button="true"
:disable-submit-event="true"
:data-key="$attrs['data-key']"
>
<VnFilterPanel v-bind="$attrs" :search-button="true" :disable-submit-event="true">
<template #body="{ params, orders, searchFn }">
<div
class="container"