We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c5ea4 commit 9ac9e62Copy full SHA for 9ac9e62
1 file changed
packages/insomnia/src/ui/routes/mock-route.tsx
@@ -247,7 +247,6 @@ export const MockRouteRoute = () => {
247
key={mockRoute._id}
248
showPrettifyButton
249
defaultValue={mockRoute.body}
250
- enableNunjucks
251
onChange={body => patchMockRoute(mockRoute._id, { body })}
252
onBlur={onBlurTriggerUpsert}
253
mode={mockRoute.mimeType}
0 commit comments