diff --git a/common/src/app/common/types/page.cljc b/common/src/app/common/types/page.cljc index 6a03e3a49e..8c57f33094 100644 --- a/common/src/app/common/types/page.cljc +++ b/common/src/app/common/types/page.cljc @@ -33,7 +33,7 @@ [:id ::sm/uuid] [:axis [::sm/one-of #{:x :y}]] [:position ::sm/safe-number] - [:frame-id {:optional true} ::sm/uuid]]) + [:frame-id {:optional true} [:maybe ::sm/uuid]]]) (def schema:guides [:map-of {:gen/max 2} ::sm/uuid schema:guide])