From 2776293dd3790b5a992cfdfbadf096c2082770dd Mon Sep 17 00:00:00 2001 From: erwanMarmelab Date: Mon, 23 Sep 2024 09:59:18 +0200 Subject: [PATCH] Revert "fix code examples" This reverts commit 85e508882ac4bb6b7c53575b483cf6565016270c. --- docs/CreateDialog.md | 4 ---- docs/EditDialog.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/CreateDialog.md b/docs/CreateDialog.md index 3f13e201d2..9e565ea21d 100644 --- a/docs/CreateDialog.md +++ b/docs/CreateDialog.md @@ -315,8 +315,6 @@ Below is an example of an `` page, including a 'create a new customer' but Your browser does not support the video tag. -{% raw %} - ```tsx import React, { useCallback, useState } from 'react'; import { @@ -407,5 +405,3 @@ const EmployerEdit = () => ( ); ``` - -{% endraw %} diff --git a/docs/EditDialog.md b/docs/EditDialog.md index 0cc5d1e3fd..39919ff980 100644 --- a/docs/EditDialog.md +++ b/docs/EditDialog.md @@ -340,8 +340,6 @@ Below is an example of an `` page, including a 'create a new customer' but Your browser does not support the video tag. -{% raw %} - ```tsx import React, { useCallback, useState } from 'react'; import { @@ -432,5 +430,3 @@ const EmployerEdit = () => ( ); ``` - -{% endraw %}