Skip to content

Commit

Permalink
fix: Add code missing from App Tools patch
Browse files Browse the repository at this point in the history
This commit fixes a missing code issue in the `patchNow` function of the
App Tools modal. The issue was that the code was referencing a variable
called `package` which wasn't actually being passed in the argument
object.

This commit updates the code to use the correct variable name `pkg`,
which is now being passed in the argument object. This ensures that the
App Tools modal functions correctly and can access the correct
information about the application being managed.
  • Loading branch information
MikeRatcliffe committed Sep 30, 2024
1 parent ed9e4db commit d7c7c66
Show file tree
Hide file tree
Showing 2 changed files with 1,420 additions and 5,222 deletions.
Loading

0 comments on commit d7c7c66

Please sign in to comment.