Skip to content

Commit

Permalink
fix: add missing mutation when loading plugin doc form cache (#6502)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Dec 18, 2024
1 parent 52af8f4 commit d998ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/stores/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default {

const cachedPluginDoc = state.pluginsDocumentation[options.cls];
if (!options.all && cachedPluginDoc) {
commit("setPlugin", cachedPluginDoc);
return Promise.resolve(cachedPluginDoc);
}

Expand Down

0 comments on commit d998ac4

Please sign in to comment.