From 103f253882060ecad75e07cd96ec2d4d521219af Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Thu, 16 Nov 2023 12:46:40 +0800 Subject: [PATCH] fix: typo --- src/main/frontend/ui.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/ui.cljs b/src/main/frontend/ui.cljs index becce8769..c5a6e21f1 100644 --- a/src/main/frontend/ui.cljs +++ b/src/main/frontend/ui.cljs @@ -1025,7 +1025,7 @@ :icon-props icon-props :button-props (merge (dissoc option - :background :href :class :intent :small? :large? :icon :icon-props :disabled? button-props) + :background :href :class :intent :small? :large? :icon :icon-props :disabled? :button-props) button-props) :class (if (= intent "border-link") (str class " border") class) :muted disabled?