Skip to content

Commit

Permalink
refactor(app): Prevent call history from appearing if datastore is no…
Browse files Browse the repository at this point in the history
…t configured.
  • Loading branch information
binh-dam-ibigroup committed Oct 19, 2023
1 parent f22988d commit 64b4c72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ const components = {

MainPanel: BatchRoutingPanel,

MapWindows: isCallTakerModuleEnabled ? jsConfig.MapWindows : null,

MobileResultsScreen: BatchResultsScreen,

MobileSearchScreen: BatchSearchScreen,
Expand Down

0 comments on commit 64b4c72

Please sign in to comment.