fix: remove prop printing

This commit is contained in:
Javier Segarra 2025-03-31 12:35:47 +02:00
parent 8c9a863d71
commit 04dcd1136a
1 changed files with 0 additions and 1 deletions

View File

@ -635,7 +635,6 @@ const rowCtrlClickFunction = computed(() => {
}); });
</script> </script>
<template> <template>
{{ $props.tableHeight }}
<RightMenu v-if="$props.rightSearch" :overlay="overlay"> <RightMenu v-if="$props.rightSearch" :overlay="overlay">
<template #right-panel> <template #right-panel>
<VnTableFilter <VnTableFilter