Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 17, 2024
1 parent 0b71637 commit 17df993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export default {
return
}
this.showNodesManager('')
this.$refs.nPodesManager.onGrantSecurityCC(requested)
this.$refs.nodesManager.onGrantSecurityCC(requested)
},
...mapActions(useBaseStore, [
'init',
Expand Down

0 comments on commit 17df993

Please sign in to comment.