File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
frontend/src/pages/application/create/comp Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import {
2626import { createApplication , getApplicationDetail } from 'apis/application' ;
2727import ConfigAndroidSDK from 'pages/application/detail/comp/ConfigAndroidSDK' ;
2828import ConfigIOSSDK from 'pages/application/detail/comp/ConfigIOSSDK' ;
29+ import ConfigWebSDK from 'pages/application/detail/comp/ConfigWebSDK' ;
2930import React , { useState } from 'react' ;
3031import { useTranslation } from 'react-i18next' ;
3132import { useNavigate , useParams } from 'react-router-dom' ;
@@ -282,6 +283,15 @@ const RegisterApp: React.FC = () => {
282283 </ div >
283284 ) ,
284285 } ,
286+ {
287+ label : t ( 'application:detail.web' ) ,
288+ id : 'web' ,
289+ content : (
290+ < div className = "pd-20" >
291+ < ConfigWebSDK appInfo = { application } />
292+ </ div >
293+ ) ,
294+ } ,
285295 ] }
286296 />
287297 < div className = "pd-20" >
You can’t perform that action at this time.
0 commit comments