File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const defaultProps: InitialParams = {
1414
1515function GroupChannelPage ( ) {
1616 const props = useConfigParams ( defaultProps ) ;
17- return < GroupChannelApp { ...props } breakpoint = { / i P h o n e | i P a d | i P o d | A n d r o i d / i. test ( navigator . userAgent ) } /> ;
17+ return < GroupChannelApp { ...props } breakpoint = { / i P h o n e | i P a d | i P o d | A n d r o i d / i. test ( navigator . userAgent ) } config = { { logLevel : 'all' } } /> ;
1818}
1919
2020function OpenChannelPage ( ) {
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ export const Default = (args): ReactElement => {
145145 < App
146146 { ...args }
147147 breakpoint = { args . breakpoint === 'Use user agent' ? / i P h o n e | i P a d | i P o d | A n d r o i d / i. test ( navigator . userAgent ) : args . breakpoint }
148+ config = { { logLevel : 'all' } }
148149 />
149150 </ div >
150151 ) ;
You can’t perform that action at this time.
0 commit comments