You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should validate with the following validations on the backend:
if there is a labelStartAtDate, there must be a labelEndAtDate.
if there is a labelEndAtDate, there must be a labelStartAtDate.
There cannot be both a labelOnDate and a labelStartAtDate/labelEndAtDate
The text was updated successfully, but these errors were encountered:
labelConditionals: optional(array(string))
labelStartAtDate: optional(dateTime)
labelEndAtDate: optional(dateTime)
These should validate with the following validations on the backend:
if there is a labelStartAtDate, there must be a labelEndAtDate.
if there is a labelEndAtDate, there must be a labelStartAtDate.
There cannot be both a labelOnDate and a labelStartAtDate/labelEndAtDate
The text was updated successfully, but these errors were encountered: