File tree 1 file changed +10
-0
lines changed
ui/v2.5/src/components/Settings
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,23 @@ import { Link } from "react-router-dom";
5
5
import { Setting } from "./Inputs" ;
6
6
import { SettingSection } from "./SettingSection" ;
7
7
import { PatchContainerComponent } from "src/patch" ;
8
+ import { ExternalLink } from "../Shared/ExternalLink" ;
8
9
9
10
const SettingsToolsSection = PatchContainerComponent ( "SettingsToolsSection" ) ;
10
11
11
12
export const SettingsToolsPanel : React . FC = ( ) => {
12
13
return (
13
14
< SettingSection headingID = "config.tools.scene_tools" >
14
15
< SettingsToolsSection >
16
+ < Setting
17
+ heading = {
18
+ < ExternalLink href = "/playground" >
19
+ < Button >
20
+ < FormattedMessage id = "config.tools.graphql_playground" />
21
+ </ Button >
22
+ </ ExternalLink >
23
+ }
24
+ />
15
25
< Setting
16
26
heading = {
17
27
< Link to = "/sceneFilenameParser" >
You can’t perform that action at this time.
0 commit comments