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 3ee80bf commit 1d3c334Copy full SHA for 1d3c334
app/context/DetailsContext.js
@@ -1,5 +1,6 @@
1
import React from 'react';
2
3
+// Used to save query results. Laid foundation for conditional rendering similar to how SetupContext was used.
4
const DetailContext = React.createContext({
5
detailData: null,
6
detailSelected: null,
app/context/OverviewContext.js
const OverviewContext = React.createContext({
overviewData: null,
overviewStatus: true,
0 commit comments