diff --git a/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs b/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs index e3b3104fa8..0a317d7339 100644 --- a/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs +++ b/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs @@ -21,7 +21,7 @@ (def ^:private schema:properties-row [:map [:term :string] - [:detail :string] + [:detail {:optional true} [:maybe :string]] [:property {:optional true} :string] ;; CSS valid property [:token {:optional true} :any] ;; resolved token object [:copiable {:optional true} :boolean]])