File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ export const DemoPlayground: React.FC<IDemoPlaygroundProps> = ({
267267 checked = { customizationMode === 'antd' }
268268 onChange = { ( ) => setCustomizationMode ( 'antd' ) }
269269 />
270- < span > ANTD v6 adapter</ span >
270+ < span > ANTD adapter</ span >
271271 </ ToggleRow >
272272 </ ChoiceGroup >
273273 </ Panel >
@@ -281,7 +281,7 @@ export const DemoPlayground: React.FC<IDemoPlaygroundProps> = ({
281281 usesAdapterMode
282282 ? isMuiMode
283283 ? 'ThemeProvider colors style the default builder components only. The MUI adapter uses Material UI styling instead.'
284- : 'ThemeProvider colors style the default builder components only. The ANTD v6 adapter uses Ant Design styling instead.'
284+ : 'ThemeProvider colors style the default builder components only. The ANTD adapter uses Ant Design styling instead.'
285285 : undefined
286286 }
287287 />
You can’t perform that action at this time.
0 commit comments