From 51c6abb26188b66d4e71db5ec2e671c3edf37bb0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 18 Oct 2024 13:26:16 +0200 Subject: [PATCH] :sparkles: Disable rename support on the ui for binfile-v3 Not supported on backend --- frontend/src/app/main/ui/dashboard/import.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/dashboard/import.cljs b/frontend/src/app/main/ui/dashboard/import.cljs index fdf4a044d..21f793c7e 100644 --- a/frontend/src/app/main/ui/dashboard/import.cljs +++ b/frontend/src/app/main/ui/dashboard/import.cljs @@ -208,8 +208,7 @@ file-id (:file-id entry) editing? (and (some? file-id) (= edition file-id)) - editable? (and (or (= :binfile-v3 format) - (= :legacy-zip format)) + editable? (and (= :legacy-zip format) (= status :import-ready)) on-edit-key-press