mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
🐛 Fix wrong spec reference on messages.
This commit is contained in:
parent
9b8ec1ac02
commit
b4246c2869
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
(s/def ::label ::us/string)
|
||||
(s/def ::callback fn?)
|
||||
(s/def ::action (s/keys :req-un [::label ::callback]))
|
||||
(s/def ::actions (s/every ::message-action :kind vector?))
|
||||
(s/def ::actions (s/every ::action :kind vector?))
|
||||
(s/def ::timeout (s/nilable ::us/integer))
|
||||
(s/def ::content ::us/string)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue