summit-registration-lite 6.0.3-beta.1 → 6.0.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4495,7 +4495,7 @@ RegistrationLite.defaultProps = {
|
|
|
4495
4495
|
noAllowedTicketsMessage: '<span>You already have purchased all available tickets for this event and/or there are no tickets available for you to purchase.</span><br/><span><a href="/a/my-tickets">Visit the my orders / my tickets page</a> to review your existing tickets.</span>',
|
|
4496
4496
|
ticketTaxesErrorMessage: '<span>There was an error getting the information for the tickets. Please try it again.</span>',
|
|
4497
4497
|
allowPromoCodes: true,
|
|
4498
|
-
companyDDLPlaceholder: '
|
|
4498
|
+
companyDDLPlaceholder: 'Company',
|
|
4499
4499
|
authErrorCallback: error => {
|
|
4500
4500
|
console.log(error);
|
|
4501
4501
|
},
|