Skip to content

Commit

Permalink
chore :: env 안 씀
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 5, 2024
1 parent bc5cfa5 commit 167108a
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 @@ -20,7 +20,7 @@ const renderTypeList = ['csr', 'ssr'];
const frameworkList = ['spring boot', 'node'];

export const TeamDeployNoneContainer = () => {
const { deployUUID, env } = useParams();
const { deployUUID } = useParams();
const [deployData, setDeployData] = useState<DeployDetailType>();

// 공통 상태
Expand Down

0 comments on commit 167108a

Please sign in to comment.