From de1ccf5462a9d9c138bdf6a22972f605ee7f9df6 Mon Sep 17 00:00:00 2001 From: Sammy Sidhu Date: Mon, 14 Oct 2024 23:15:54 -0700 Subject: [PATCH] [CHORE] validation on dropdown (#3043) --- .github/ISSUE_TEMPLATE/feature_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 94ed6a46e9..3b59d08938 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -43,5 +43,5 @@ body: options: - "No" - "Yes" - validations: - required: true + validations: + required: true