File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ Resources:
257257 Description : !Sub "${ApplicationFriendlyName} API Lambda"
258258 FunctionName : !Sub ${ApplicationPrefix}-lambda
259259 Handler : lambda.handler
260- MemorySize : 512
260+ MemorySize : 768
261261 Role : !GetAtt AppSecurityRoles.Outputs.MainFunctionRoleArn
262262 Timeout : 60
263263 Environment :
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ const NewRoomRequest: React.FC<NewRoomRequestProps> = ({
766766 </ Button >
767767 ) ) }
768768 { active === numSteps && ! viewOnly && (
769- < Button onClick = { handleSubmit } color = "green" >
769+ < Button onClick = { handleSubmit } disabled = { isSubmitting } color = "green" >
770770 { isSubmitting ? (
771771 < >
772772 < Loader size = { 16 } color = "white" />
You can’t perform that action at this time.
0 commit comments