mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-21 11:51:08 +00:00
fix vuex getter for community script show state
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user