From 41fadd9ad317dbdfae9dd8dbf46a7fe5ca54f9e4 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 11 Nov 2024 16:16:01 +0100 Subject: [PATCH] [core] Remove dead style contain code (#4402) --- docs/data/toolpad/studio/components/button/button.md | 2 +- .../toolpad/studio/components/data-grid/data-grid.md | 8 ++++---- .../studio/components/date-picker/date-picker.md | 4 ++-- docs/data/toolpad/studio/components/list/list.md | 2 +- .../studio/components/text-field/text-field.md | 2 +- docs/data/toolpad/studio/concepts/building-ui.md | 2 +- .../toolpad/studio/concepts/custom-components.md | 4 ++-- .../data/toolpad/studio/concepts/custom-functions.md | 2 +- docs/data/toolpad/studio/concepts/data-binding.md | 2 +- docs/data/toolpad/studio/concepts/data-providers.md | 12 ++++++------ docs/data/toolpad/studio/concepts/event-handling.md | 6 +++--- docs/data/toolpad/studio/concepts/http-requests.md | 2 +- docs/data/toolpad/studio/concepts/page-properties.md | 2 +- docs/data/toolpad/studio/concepts/theming.md | 2 +- .../studio/how-to-guides/connect-to-googlesheets.md | 2 +- 15 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/data/toolpad/studio/components/button/button.md b/docs/data/toolpad/studio/components/button/button.md index f8fa061b407..403820def36 100644 --- a/docs/data/toolpad/studio/components/button/button.md +++ b/docs/data/toolpad/studio/components/button/button.md @@ -17,7 +17,7 @@ Button component becomes usable through an **onClick** event handler property. I You can write any valid JavaScript that you want to execute on the click of button. It can change component state or call backend code. Below video shows how on a button click, the user input can be shown on a page in a text field component: -