Skip to content

Commit

Permalink
Fix issue Article System Block does not updated when delete a block
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jul 15, 2024
1 parent 09e52f7 commit 7771699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/vendor/manager/dist/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function findSystemAddon(element) {
})
break;
default:
if (['component', 'banner', 'message'].includes(element.type)) {
if (typeof props.system[element.type] !== 'undefined') {
updateSystem(element.type, true);
}
break;
Expand Down

0 comments on commit 7771699

Please sign in to comment.