Skip to content

Commit

Permalink
fix: comment webVitals
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Oct 23, 2024
1 parent 4711ec7 commit 0166433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/main/plugins/WebVitals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const WebVitalsPlugin: Plugin = {
Component: WebVitals,
description: "Web vitals for qryn-view",
active: false,
visible: true,
visible: false,
roles: ["admin", "user", "guest", "superAdmin"],
};
4 changes: 2 additions & 2 deletions packages/main/plugins/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { initPlugins, PluginManager } from "./PluginManagerFactory";
import clockPlugin from "./Clock";
import { CardinalViewPlugin } from "./Cardinality/";
import { WebVitalsPlugin } from "./WebVitals";
//import { WebVitalsPlugin } from "./WebVitals";
//import raggixPlugin from "./Raggix";
//import aggregationPlugin from "./Aggregation"

Expand All @@ -11,7 +11,7 @@ let plugins = [
// aggregationPlugin

CardinalViewPlugin,
WebVitalsPlugin,
//WebVitalsPlugin,
];

initPlugins(plugins);
Expand Down

0 comments on commit 0166433

Please sign in to comment.