From 3a5ae74da0d12b10754d77a29ffa2f156004332c Mon Sep 17 00:00:00 2001 From: nikolar Date: Tue, 23 Jan 2024 14:32:25 -0800 Subject: [PATCH] edit changeset Signed-off-by: nikolar --- .changeset/perfect-shoes-arrive.md | 32 ++++++++++++++---------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/.changeset/perfect-shoes-arrive.md b/.changeset/perfect-shoes-arrive.md index adc642db47..924267822e 100644 --- a/.changeset/perfect-shoes-arrive.md +++ b/.changeset/perfect-shoes-arrive.md @@ -6,23 +6,21 @@ Add in logic to require comments for specific feedback responses -const overviewContent = ( +const requireComments = ( ... + -- -- -- -- - ... - - ); - - Add in description for 400 response when rating and not authenticated +- feedbackDialogResponses = {[ +- { id: 'incorrect', label: 'Incorrect info' }, +- { id: 'missing', label: 'Missing info', mustComment: true }, +- { id: 'other', label: 'Other (please specify below)', mustComment: true }, +- ]} +- /> + ... + + ); + + + +Add in description for 400 response when rating and not authenticated