DigitalConsumer.ISS/src/constants/provider-preference.js
scottkiener-at-safelite bfccc340a1 Rework TPA Recal Modal
Move things to constants
Add button question
Rework navigation now that it can change inside modal
Add error message
2026-01-14 13:50:48 -05:00

6 lines
No EOL
153 B
JavaScript

const PROVIDER_PREFERENCE_OPTIONS = Object.freeze({
SAFELITE: 'SafeliteOption',
TPA: 'TPAOption'
});
export default PROVIDER_PREFERENCE_OPTIONS;