From 2cfb9053f35a3feea67d801390c9501b706446de Mon Sep 17 00:00:00 2001 From: Stefan Popov <17688105+stefashkaa@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:14:42 +0100 Subject: [PATCH 1/2] Fix handleRowClick of STable component --- src/components/Input/SInput/SInput.vue | 2 +- src/components/Table/STable/STable.vue | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/components/Input/SInput/SInput.vue b/src/components/Input/SInput/SInput.vue index 656a8cf4f..f6529d5f0 100644 --- a/src/components/Input/SInput/SInput.vue +++ b/src/components/Input/SInput/SInput.vue @@ -67,7 +67,7 @@