mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -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 ::label ::us/string)
|
||||||
(s/def ::callback fn?)
|
(s/def ::callback fn?)
|
||||||
(s/def ::action (s/keys :req-un [::label ::callback]))
|
(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 ::timeout (s/nilable ::us/integer))
|
||||||
(s/def ::content ::us/string)
|
(s/def ::content ::us/string)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue