Skip to content

Commit

Permalink
Merge branch 'feature-way-of-navigating' of https://github.com/kzdev4…
Browse files Browse the repository at this point in the history
…20/namerequest into 16918_implement_business_lookup
  • Loading branch information
kzdev420 committed Aug 3, 2023
2 parents e71b69e + d198601 commit 373d401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export * from './dialog-options'
export * from './refund-params-interface'

// external interfaces
export {
export type {
BreadcrumbIF,
BusinessLookupResultIF,
FormIF,
Expand Down
2 changes: 2 additions & 0 deletions src/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ export const setAddressSuggestions: ActionIF = ({ commit }, addressSuggestions:

// FUTURE: not an action - move it to another module?
export const fetchCorpNum = async ({ getters }, corpNum: string): Promise<any> => {
// NB: MRAS search should have been done on first page for xpro
// NB: COLIN search should have been done on first page for BC
if (getters.getShowCorpNum) {
if (getters.getShowCorpNum === CorpNumRequests.MRAS) {
return checkMRAS({ getters }, corpNum)
Expand Down

0 comments on commit 373d401

Please sign in to comment.