From b6134e1afef97aa7e4e9d0784acb7bf9b4db2ed9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 27 Feb 2024 12:51:31 +0100 Subject: [PATCH] :bug: Rename spread-obj to spread --- .../ui/workspace/sidebar/options/menus/layout_container.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs index b646311e8..d12440b8e 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs @@ -472,7 +472,7 @@ type (if (= type "multiple") :simple :multiple)] (on-type-change type)))) - props (mf/spread-obj props {:on-change on-change})] + props (mf/spread props {:on-change on-change})] (mf/with-effect [] ;; on destroy component