Merged in fix/move-sas-comparison-to-dynamic-content (pull request #1279)
Move SASTierComparison block to DynamicContent Approved-by: Erik Tiekstra
This commit is contained in:
@@ -16,6 +16,7 @@ export namespace DynamicContentEnum {
|
||||
sign_up_verification = "sign_up_verification",
|
||||
soonest_stays = "soonest_stays",
|
||||
upcoming_stays = "upcoming_stays",
|
||||
sas_tier_comparison = "sas_tier_comparison",
|
||||
}
|
||||
|
||||
/** Type needed to satisfy zod enum type */
|
||||
@@ -35,6 +36,7 @@ export namespace DynamicContentEnum {
|
||||
components.sign_up_verification,
|
||||
components.soonest_stays,
|
||||
components.upcoming_stays,
|
||||
components.sas_tier_comparison,
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user