From 12d0e4ca9b6d2be2106f00016387851aaf5892f5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 30 Jan 2020 23:53:04 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 12 ++++++------ ayanova/src/views/test-widgets.vue | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index bb7201bd..fa263925 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -20,10 +20,9 @@ :loading-text="lt('Loading')" :no-data-text="lt('NoData')" class="elevation-1" - v-on:item-selected="handleSelect" >