File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ const SiteInfoExtender = ({ site }) => {
9494 value = { rootPath }
9595 className = 'inputText'
9696 onChange = { event => {
97- // setRootPath(event.target.value);
9897 setState ( { rootPath : event . target . value } ) ;
9998 } }
10099 />
@@ -104,7 +103,6 @@ const SiteInfoExtender = ({ site }) => {
104103 value = { imageURL }
105104 className = 'inputText'
106105 onChange = { event => {
107- // setImageURL( event.target.value );
108106 setState ( { imageURL : event . target . value } ) ;
109107 } }
110108 />
Original file line number Diff line number Diff line change 11// https://getflywheel.github.io/local-addon-api/modules/_local_main_.html
22import { getServiceContainer , SiteData } from '@getflywheel/local/main' ;
33
4+ import { MultiSite } from '@getflywheel/local' ;
5+
46const ServiceContainer = getServiceContainer ( ) ;
57
68export default function ( context ) {
You can’t perform that action at this time.
0 commit comments