You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-core/src/components/Page/PageGroup.tsx
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,6 @@ export const PageGroup = ({
46
46
isNoPlainOnGlass =false,
47
47
...props
48
48
}: PageGroupProps)=>{
49
-
if(isPlain&&isNoPlainOnGlass){
50
-
// eslint-disable-next-line no-console
51
-
console.warn(
52
-
`PageGroup: When both isPlain and isNoPlainOnGlass are true, isPlain will take precedence and isNoPlainOnGlass will have no effect. It's recommended to pass only one prop according to the current theme.`
`PageSection: When both isPlain and isNoPlainOnGlass are true, isPlain will take precedence and isNoPlainOnGlass will have no effect. It's recommended to pass only one prop according to the current theme.`
`PageGroup: When both isPlain and isNoPlainOnGlass are true, isPlain will take precedence and isNoPlainOnGlass will have no effect. It's recommended to pass only one prop according to the current theme.`
`PageSection: When both isPlain and isNoPlainOnGlass are true, isPlain will take precedence and isNoPlainOnGlass will have no effect. It's recommended to pass only one prop according to the current theme.`
0 commit comments