From 20dfc2a216b6cf4772e34cb8119aba7c3e8ef257 Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Fri, 19 Sep 2025 11:40:53 +0200 Subject: [PATCH] :bug: Fix typo on event name (#7350) --- frontend/src/app/main/data/workspace/tokens/application.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace/tokens/application.cljs b/frontend/src/app/main/data/workspace/tokens/application.cljs index 37b457a65b..52482abe6a 100644 --- a/frontend/src/app/main/data/workspace/tokens/application.cljs +++ b/frontend/src/app/main/data/workspace/tokens/application.cljs @@ -498,7 +498,7 @@ (rx/of (st/emit! (ev/event {::ev/name "apply-tokens" :type type - :applyed-to attributes + :applied-to attributes :applied-to-variant any-variant?})) (dwu/start-undo-transaction undo-id) (dwsh/update-shapes shape-ids (fn [shape]