Skip to content

Commit

Permalink
fix :: output dir -> csr 일때
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 8, 2024
1 parent bbe9180 commit 7f0b498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Team/deploy/Container/NoneContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const TeamDeployNoneContainer = () => {
value={buildCommand}
onChange={(e) => setBuildCommand(e.target.value)}
/>
{(deployType === 'backend' || (deployType === 'frontend' && renderType === 'ssr')) && (
{(deployType === 'backend' || (deployType === 'frontend' && renderType === 'csr')) && (
<Input
width={328}
height={46}
Expand Down

0 comments on commit 7f0b498

Please sign in to comment.