Skip to content

Commit

Permalink
fix: solve issue with loading tag and author default option values (#…
Browse files Browse the repository at this point in the history
…2tkcfjg)
  • Loading branch information
dziudek committed Mar 18, 2023
1 parent 4fd1115 commit 326970c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/back-end/builddata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"0.41.1","build":16175}
{"version":"0.41.1","build":16180}
2 changes: 2 additions & 0 deletions app/src/components/ThemeSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ export default {
this.loadBasicSettings();
this.loadCustomSettings();
this.loadPostViewSettings();
this.loadTagViewSettings();
this.loadAuthorViewSettings();
this.loadDefaultTemplates();
},
loadBasicSettings () {
Expand Down

0 comments on commit 326970c

Please sign in to comment.