diff --git a/frontend/src/app/plugins/library.cljs b/frontend/src/app/plugins/library.cljs index 649a86b89a..c3dcd9ef28 100644 --- a/frontend/src/app/plugins/library.cljs +++ b/frontend/src/app/plugins/library.cljs @@ -289,10 +289,10 @@ (assert (uuid? id)) (obj/reify {:name "LibraryTypographyProxy"} - :$plugin {:name "" :enumerable false :get (constantly plugin-id)} - :$id {:name "" :enumerable false :get (constantly id)} - :$file {:name "" :enumerable false :get (constantly file-id)} - :id {:name "" :get (fn [_] (dm/str id))} + :$plugin {:enumerable false :get (constantly plugin-id)} + :$id {:enumerable false :get (constantly id)} + :$file {:enumerable false :get (constantly file-id)} + :id {:get (fn [] (dm/str id))} :name {:this true @@ -629,8 +629,8 @@ :$file {:enumerable false :get (constantly file-id)} :$id {:enumerable false :get (constantly id)} - :id {:get (fn [_] (dm/str id))} - :libraryId {:get (fn [_] (dm/str file-id))} + :id {:get (fn [] (dm/str id))} + :libraryId {:get (fn [] (dm/str file-id))} :properties {:this true @@ -706,7 +706,7 @@ :$plugin {:enumerable false :get (constantly plugin-id)} :$id {:enumerable false :get (constantly id)} :$file {:enumerable false :get (constantly file-id)} - :id {:get (fn [_] (dm/str id))} + :id {:get (fn [] (dm/str id))} :name {:this true