diff --git a/src/main/frontend/worker/undo_redo.cljs b/src/main/frontend/worker/undo_redo.cljs index 4fecbfe6c..b2cc952a9 100644 --- a/src/main/frontend/worker/undo_redo.cljs +++ b/src/main/frontend/worker/undo_redo.cljs @@ -97,7 +97,7 @@ when undo this op, this original entity-map will be transacted back into db") [:cat :keyword [:map [:block-uuid :uuid] - [:container-id :int] + [:container-id [:or :int [:enum :unknown-container]]] [:start-pos [:maybe :int]] [:end-pos [:maybe :int]]]]]]))