From 2f9db1d11b0a73da23e616ea8596b114d491fa78 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 28 Aug 2023 17:44:20 +0200 Subject: [PATCH] fix(FilePicker): Only show checkbox skeletons if multiselect was enabled Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FileList.vue | 2 +- lib/components/FilePicker/LoadingTableRow.vue | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/components/FilePicker/FileList.vue b/lib/components/FilePicker/FileList.vue index 268b4d54..44f643af 100644 --- a/lib/components/FilePicker/FileList.vue +++ b/lib/components/FilePicker/FileList.vue @@ -51,7 +51,7 @@