remove changes from accept and try backticks
Signed-off-by: nikolar <reyna.nikolayev@autodesk.com>
This commit is contained in:
@@ -13,8 +13,8 @@ const requireComments = (
|
||||
|
||||
- feedbackDialogResponses = {[
|
||||
- { id: 'incorrect', label: 'Incorrect info' },
|
||||
- { id: 'missing', label: 'Missing info', mustComment: true },
|
||||
- { id: 'other', label: 'Other (please specify below)', mustComment: true },
|
||||
- { id: 'missing', label: 'Missing info', `mustComment`: true },
|
||||
- { id: 'other', label: 'Other (please specify below)', `mustComment`: true },
|
||||
- ]}
|
||||
- />
|
||||
...
|
||||
|
||||
@@ -236,7 +236,6 @@ Monorepo
|
||||
monorepos
|
||||
msgraph
|
||||
msw
|
||||
mustComment
|
||||
mutex
|
||||
mutexes
|
||||
mysql
|
||||
|
||||
Reference in New Issue
Block a user