Move things to constants Add button question Rework navigation now that it can change inside modal Add error message
6 lines
No EOL
153 B
JavaScript
6 lines
No EOL
153 B
JavaScript
const PROVIDER_PREFERENCE_OPTIONS = Object.freeze({
|
|
SAFELITE: 'SafeliteOption',
|
|
TPA: 'TPAOption'
|
|
});
|
|
|
|
export default PROVIDER_PREFERENCE_OPTIONS; |