diff --git a/src/views/uikit/OverlayDoc.vue b/src/views/uikit/OverlayDoc.vue index bc79cb2..ac60691 100644 --- a/src/views/uikit/OverlayDoc.vue +++ b/src/views/uikit/OverlayDoc.vue @@ -14,7 +14,6 @@ const visibleFull = ref(false); const products = ref(null); const selectedProduct = ref(null); const op = ref(null); -const op2 = ref(null); const popup = ref(null); const toast = useToast(); @@ -41,7 +40,7 @@ function closeConfirmation() { } function toggleDataTable(event) { - op2.value.toggle(event); + op.value.toggle(event); } function onProductSelect(event) { @@ -93,7 +92,7 @@ function confirm(event) {
Popover