Closed tonynguyenit18 closed 3 years ago
When provide array string to fieldss default, vs code shows warning E.g
- block: "Deploy to QA" fields: - select: "Regions" key: "deploy-regions" hint: "Which regions should we deploy this to? :earth_asia:" multiple: true default: ["ap-southeast-2", "eu-west-1"] options: - label: "Sydney" value: "ap-southeast-2" - label: "Ireland" value: "eu-west-1"
Error
When provide array string to fieldss default, vs code shows warning E.g
Error