Revert "Disable store selection until PRs actually deploy to testing"

This reverts commit d389b403b5.
This commit is contained in:
TrainDoctor
2022-11-06 15:37:02 -08:00
parent b44896524f
commit 898271b33d
2 changed files with 37 additions and 43 deletions
@@ -5,7 +5,7 @@ import { FaShapes, FaTools } from 'react-icons/fa';
import { installFromURL } from '../../../../store';
import BranchSelect from './BranchSelect';
import RemoteDebuggingSettings from './RemoteDebugging';
// import StoreSelect from './StoreSelect';
import StoreSelect from './StoreSelect';
import UpdaterSettings from './Updater';
export default function GeneralSettings({
@@ -21,7 +21,7 @@ export default function GeneralSettings({
<div>
<UpdaterSettings />
<BranchSelect />
{/* <StoreSelect /> */}
<StoreSelect />
<RemoteDebuggingSettings />
<Field
label="Developer mode"