Skip to content

Commit

Permalink
Merge pull request #122 from AWS-Cloud-School-6/119-fix-ec2-테이블-버튼-에러-해결
Browse files Browse the repository at this point in the history
119 fix ec2 테이블 버튼 에러 해결
  • Loading branch information
integer-bin authored Nov 27, 2024
2 parents 7595175 + 46bdf0b commit 91e9096
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ export default function CreateEC2Modal({ isOpen, onClose, onSubmit, isLoading })
subnetName: subnetName,
securityGroupName: securityGroupName,
keyPairName: keyPairName,
userId: currentUser.id,
companyId: selectedCompany.id,
projectId: projectId
}
: {
vmName: vmName,
Expand All @@ -269,9 +266,6 @@ export default function CreateEC2Modal({ isOpen, onClose, onSubmit, isLoading })
subnetworkName: subnetworkName,
diskType: diskType,
diskSizeGb: diskSizeGb,
userId: currentUser.id,
companyId: selectedCompany.id,
projectId: projectId
};

// 로딩 상태 시작
Expand Down

0 comments on commit 91e9096

Please sign in to comment.