diff --git a/src/store/index.js b/src/store/index.js index 6b354a3..2fc0b14 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -50,6 +50,9 @@ export default function () { checks(state) { return state.agentChecks; }, + showCommunityScripts(state) { + return state.showCommunityScripts; + }, sortedUpdates(state) { // sort patches by latest then not installed if (!state.winUpdates.winupdates) {