Update dataset_request.yaml

Wrapping date with quotes to avoid "Tried to load unspecified class: Date" error
This commit is contained in:
Nat Hillard 2021-07-28 14:58:17 -04:00 committed by GitHub
commit 446c8d1f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ body:
attributes:
label: What is the date of last update for this dataset?
description: Please provide in the format YYYY-MM-DD
placeholder: 2017-01-01
placeholder: "2017-01-01"
validations:
required: true
- type: dropdown
@ -171,4 +171,4 @@ body:
description: Please provide any additional information you have about this dataset
placeholder: e.g. Missing information for Puerto Rico, etc.
validations:
required: false
required: false