diff --git a/frontend/current_screen.png b/frontend/current_screen.png index b9706d42..ae47e042 100644 Binary files a/frontend/current_screen.png and b/frontend/current_screen.png differ diff --git a/frontend/src/shared/shell/KsAppShell.vue b/frontend/src/shared/shell/KsAppShell.vue index cc11f5c1..0c4a7ec8 100644 --- a/frontend/src/shared/shell/KsAppShell.vue +++ b/frontend/src/shared/shell/KsAppShell.vue @@ -72,10 +72,6 @@ onMounted(() => { tabindex="-1" :class="['ks-app-shell__main', { 'ks-app-shell__main--collapsed': layoutStore.sidebarCollapsed }]" > - diff --git a/frontend/src/shared/ui/components/KsDataGrid.vue b/frontend/src/shared/ui/components/KsDataGrid.vue index bad54e20..2bb5bfeb 100644 --- a/frontend/src/shared/ui/components/KsDataGrid.vue +++ b/frontend/src/shared/ui/components/KsDataGrid.vue @@ -24,7 +24,7 @@ function onRowClicked(event: RowClickedEvent): void { }