Skip to content

Commit f02c94c

Browse files
committed
PYIC-8942: Enable the progress spinner in int/prod
1 parent 9a92fd2 commit f02c94c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

deploy/template.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Mappings:
240240
mamSpinnerRequestTimeout: 600000
241241
dadSpinnerRequestTimeout: 1800000
242242
progressSpinnerButtonTimeout: 40000
243-
enableProgressSpinnerButton: false
243+
enableProgressSpinnerButton: true
244244
frontendAutoScalingMinCount: 4
245245
publishedKeysAccountId: "298945768017"
246246
"075701497069": # Production
@@ -273,7 +273,7 @@ Mappings:
273273
mamSpinnerRequestTimeout: 600000
274274
dadSpinnerRequestTimeout: 1800000
275275
progressSpinnerButtonTimeout: 40000
276-
enableProgressSpinnerButton: false
276+
enableProgressSpinnerButton: true
277277
frontendAutoScalingMinCount: 6
278278
publishedKeysAccountId: "101836073728"
279279
SecurityGroups:
@@ -946,10 +946,7 @@ Resources:
946946
- !Ref AWS::AccountId
947947
- dadSpinnerRequestTimeout
948948
- Name: PROGRESS_SPINNER_BUTTON_TIMEOUT
949-
Value: !If
950-
- IsIntOrProd
951-
- !Ref AWS::NoValue
952-
- !FindInMap
949+
Value: !FindInMap
953950
- EnvironmentConfiguration
954951
- !Ref AWS::AccountId
955952
- progressSpinnerButtonTimeout

0 commit comments

Comments
 (0)