From 62dbdc67adee64ef7b536da74178a5399455b98f Mon Sep 17 00:00:00 2001 From: teodosia Date: Wed, 24 Jan 2024 17:57:07 +0200 Subject: [PATCH] docs(progress-bars): enable the topic for react --- docfx/en/components/toc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx/en/components/toc.json b/docfx/en/components/toc.json index eb7e28747..827c9b926 100644 --- a/docfx/en/components/toc.json +++ b/docfx/en/components/toc.json @@ -1601,12 +1601,12 @@ "href": "inputs/checkbox.md" }, { - "exclude": ["Angular", "React"], + "exclude": ["Angular"], "name": "Circular Progress", "href": "inputs/circular-progress.md" }, { - "exclude": ["Angular", "React"], + "exclude": ["Angular"], "name": "Linear Progress", "href": "inputs/linear-progress.md" },