From 39c601a51ffbd077cd80a37a5f6429cc8c30b2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Wed, 19 Oct 2022 11:14:07 +0200 Subject: [PATCH] :bug: Fix small import problem --- frontend/src/app/main/data/workspace/libraries.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace/libraries.cljs b/frontend/src/app/main/data/workspace/libraries.cljs index c5d01ebe0b..2572ab354e 100644 --- a/frontend/src/app/main/data/workspace/libraries.cljs +++ b/frontend/src/app/main/data/workspace/libraries.cljs @@ -19,6 +19,7 @@ [app.common.types.components-list :as ctkl] [app.common.types.container :as ctn] [app.common.types.file :as ctf] + [app.common.types.file.media-object :as ctfm] [app.common.types.pages-list :as ctpl] [app.common.types.shape-tree :as ctst] [app.common.types.typography :as ctt] @@ -192,7 +193,7 @@ (defn add-media [media] - (us/assert ::ctf/media-object media) + (us/assert ::ctfm/media-object media) (ptk/reify ::add-media ptk/WatchEvent (watch [it _ _]