Skip to content

Commit

Permalink
Merge pull request #3 from erfolgswerkzeug-software/fix-category-crea…
Browse files Browse the repository at this point in the history
…tion

Fix category creation
  • Loading branch information
7underlines authored Aug 1, 2024
2 parents 50cfe5a + f80f979 commit e4777e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Component.extend('sas-blog-tree-item', 'sw-tree-item', {
parentScope() {
let parentNode = this.$parent;
// eslint-disable-next-line
while (parentNode.$options.name !== 'sas-blog-tree') {
while (parentNode.$options.name !== 'sw-tree') {
parentNode = parentNode.$parent;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/administration/js/sas-blog-module.js

Large diffs are not rendered by default.

This file was deleted.

0 comments on commit e4777e6

Please sign in to comment.