mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 03:26:00 +00:00
Refactor Data Access Utility (#112)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
||||
import { MessageHandler } from "../Common/MessageHandler";
|
||||
import { sendMessage } from "../Common/MessageHandler";
|
||||
import { TabRouteHandler } from "./TabRouteHandler";
|
||||
|
||||
export class RouteHandler {
|
||||
@@ -27,7 +27,7 @@ export class RouteHandler {
|
||||
}
|
||||
|
||||
public updateRouteHashLocation(hash: string): void {
|
||||
MessageHandler.sendMessage({
|
||||
sendMessage({
|
||||
type: MessageTypes.UpdateLocationHash,
|
||||
locationHash: hash
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user