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:
257
257
Description : !Sub "${ApplicationFriendlyName} API Lambda"
258
258
FunctionName : !Sub ${ApplicationPrefix}-lambda
259
259
Handler : lambda.handler
260
- MemorySize : 512
260
+ MemorySize : 768
261
261
Role : !GetAtt AppSecurityRoles.Outputs.MainFunctionRoleArn
262
262
Timeout : 60
263
263
Environment :
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ const NewRoomRequest: React.FC<NewRoomRequestProps> = ({
766
766
</ Button >
767
767
) ) }
768
768
{ active === numSteps && ! viewOnly && (
769
- < Button onClick = { handleSubmit } color = "green" >
769
+ < Button onClick = { handleSubmit } disabled = { isSubmitting } color = "green" >
770
770
{ isSubmitting ? (
771
771
< >
772
772
< Loader size = { 16 } color = "white" />
You can’t perform that action at this time.
0 commit comments