From 7d3b7220885e35202cb9d7175429e0b52c14f2c7 Mon Sep 17 00:00:00 2001 From: flavien Date: Fri, 22 Mar 2024 12:56:54 +0100 Subject: [PATCH] Fix --- .../AddWarningIconWhenInvalidRange.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/data/date-pickers/custom-opening-button/AddWarningIconWhenInvalidRange.tsx b/docs/data/date-pickers/custom-opening-button/AddWarningIconWhenInvalidRange.tsx index d4e2003d151d..d9fa4ffdfd78 100644 --- a/docs/data/date-pickers/custom-opening-button/AddWarningIconWhenInvalidRange.tsx +++ b/docs/data/date-pickers/custom-opening-button/AddWarningIconWhenInvalidRange.tsx @@ -31,14 +31,14 @@ export default function AddWarningIconWhenInvalidRange() { onError={setError} slotProps={{ textField: (ownerState) => ({ - InputProps: { - endAdornment: ( - - ), - }, + InputProps: { + endAdornment: ( + + ), + }, }), }} />