Skip to content

Commit

Permalink
Mf nabeel (#172)
Browse files Browse the repository at this point in the history
* pointing common remote changes

* pointing common remote changes

---------

Co-authored-by: nabeelmd-eGov <[email protected]>
  • Loading branch information
nabeelmd-eGov and nabeelmd-eGov authored Feb 27, 2024
1 parent d882814 commit 97f0811
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions micro-ui/web/packages/core/src/modules/registerRemotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import { registerApplication,start } from "single-spa";

export default (queryClient) => {

registerApplication({
name: "Workbench",
app: () => import("workbench/WorkbenchModule"),
activeWhen: "/workbench-ui/employee/workbench",
customProps: {
title: "Workbench is running on host",
queryClient,
},
});
// registerApplication({
// name: "Workbench",
// app: () => import("workbench/WorkbenchModule"),
// activeWhen: "/workbench-ui/employee/workbench",
// customProps: {
// title: "Workbench is running on host",
// queryClient,
// },
// });

registerApplication({
name: "PGR",
Expand Down

0 comments on commit 97f0811

Please sign in to comment.