Skip to content

Commit 05a3183

Browse files
committed
Enable stackbit
1 parent 7fc43f4 commit 05a3183

File tree

1 file changed

+1
-3
lines changed
  • packages/app/src/app/pages/Dashboard/Content/CreateNewSandbox/NewSandboxModal

1 file changed

+1
-3
lines changed

packages/app/src/app/pages/Dashboard/Content/CreateNewSandbox/NewSandboxModal/ImportTab.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ interface Props {
99
username: string;
1010
}
1111

12-
const STACKBIT_DISABLED = true;
13-
1412
export const ImportTab = ({ username }: Props) => (
1513
<>
1614
<ImportWizardContainer>
1715
<GitHubImport />
18-
{username && !STACKBIT_DISABLED && <StackbitImport username={username} />}
16+
{username && <StackbitImport username={username} />}
1917
</ImportWizardContainer>
2018
<ImportChoices>
2119
<ImportChoice href="/docs/importing#export-with-cli">

0 commit comments

Comments
 (0)