From 813d5d8e692daa7398471a316805638dfc316125 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Mon, 19 Jan 2026 11:13:55 +0100 Subject: [PATCH] :bug: Fix import tokens dialog default option (#8051) This was intended to be changed on 13fcf3a9bb25. However only the menu order changed, not the default option. Signed-off-by: Dalai Felinto Co-authored-by: Dalai Felinto --- frontend/src/app/main/ui/workspace/tokens/import/modal.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/import/modal.cljs b/frontend/src/app/main/ui/workspace/tokens/import/modal.cljs index ad7dcdad89..8e47009bbb 100644 --- a/frontend/src/app/main/ui/workspace/tokens/import/modal.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/import/modal.cljs @@ -273,4 +273,4 @@ {:label (tr "workspace.tokens.import-menu-folder-option") :value :folder}] :on-click handle-import-action :text-render render-button-text - :default :zip}]]])) + :default :file}]]]))