We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312dfc3 commit b070a97Copy full SHA for b070a97
dashi/src/store/actions/setComponentVisibility.ts
@@ -1,9 +1,9 @@
1
import systemStore from "@/store/system";
2
import { fetchInitialComponentState } from "@/api";
3
import { ContribPoint } from "@/model/extension";
4
+import { Input } from "@/model/callback";
5
import fetchApiResult from "@/utils/fetchApiResult";
6
import { updateContributionState } from "./updateContributionState";
-import {Input} from "../model/callback";
7
8
export function setComponentVisibility(
9
contribPoint: ContribPoint,
0 commit comments