File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
portal-ui/src/screens/Console Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,10 @@ export const validRoutes = (
267267 | React . MouseEvent < HTMLDivElement >
268268 ) => {
269269 e . preventDefault ( ) ;
270- window . open ( "https://min.io/docs/minio/linux/index.html?ref=con" , "_blank" ) ;
270+ window . open (
271+ "https://min.io/docs/minio/linux/index.html?ref=con" ,
272+ "_blank"
273+ ) ;
271274 } ,
272275 } ,
273276 ] ;
@@ -319,7 +322,10 @@ export const validRoutes = (
319322 | React . MouseEvent < HTMLDivElement >
320323 ) => {
321324 e . preventDefault ( ) ;
322- window . open ( "https://min.io/docs/minio/linux/index.html?ref=op" , "_blank" ) ;
325+ window . open (
326+ "https://min.io/docs/minio/linux/index.html?ref=op" ,
327+ "_blank"
328+ ) ;
323329 } ,
324330 } ,
325331 ] ;
@@ -379,7 +385,10 @@ export const validRoutes = (
379385 | React . MouseEvent < HTMLDivElement >
380386 ) => {
381387 e . preventDefault ( ) ;
382- window . open ( "https://min.io/docs/minio/linux/index.html?ref=op" , "_blank" ) ;
388+ window . open (
389+ "https://min.io/docs/minio/linux/index.html?ref=op" ,
390+ "_blank"
391+ ) ;
383392 } ,
384393 } ,
385394 ] ;
You can’t perform that action at this time.
0 commit comments