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