Right now it has to be checked on the client like so: ``` const isSchedulable = selectedSla && selectedSla.availableDeliveryWindows && selectedSla.availableDeliveryWindows.length > 0 ``` ``` const isScheduled = selectedSla && !!selectedSla.deliveryWindow ```
Right now it has to be checked on the client like so: