🐛 Fix frontend tests

This commit is contained in:
Andrés Moya 2021-04-16 11:30:20 +02:00 committed by Andrey Antukh
parent d946aceacb
commit dd6bd6bbff
5 changed files with 31 additions and 9 deletions

View file

@ -16,7 +16,7 @@
(s/def ::frame-id uuid?)
(s/def ::id uuid?)
(s/def ::name string?)
(s/def ::path string?)
(s/def ::path (s/nilable string?))
(s/def ::page-id uuid?)
(s/def ::parent-id uuid?)
(s/def ::string string?)