From a559e7310ada9713b9ba23172378806686d0ba16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 12 Jun 2023 12:31:55 +0200 Subject: [PATCH] :bug: Solve error in notification of library changes (See main.data.workspace.notifications/schema:handle-file-change) --- common/src/app/common/pages/changes.cljc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/src/app/common/pages/changes.cljc b/common/src/app/common/pages/changes.cljc index a6637d0081..dcd5fe5d0c 100644 --- a/common/src/app/common/pages/changes.cljc +++ b/common/src/app/common/pages/changes.cljc @@ -216,8 +216,9 @@ [:type [:= :del-typography]] [:id ::sm/uuid]]]]]) - - +(sm/def! ::changes + [:sequential {:gen/max 2} ::change]) + (def change? (sm/pred-fn ::change))