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
Please add support for optional variables. For example:
'variables' => [
[
'label' => 'quantity',
'field' => 'number',
'required' => false, // indicates whether this is a required field OR'optional' => true, // indicates whether this is an optional field
],