Skip to content

Commit 9ac9e62

Browse files
authored
disable nunjucks (#7510)
1 parent b9c5ea4 commit 9ac9e62

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/insomnia/src/ui/routes/mock-route.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ export const MockRouteRoute = () => {
247247
key={mockRoute._id}
248248
showPrettifyButton
249249
defaultValue={mockRoute.body}
250-
enableNunjucks
251250
onChange={body => patchMockRoute(mockRoute._id, { body })}
252251
onBlur={onBlurTriggerUpsert}
253252
mode={mockRoute.mimeType}

0 commit comments

Comments
 (0)