Skip to content

Commit

Permalink
fix(DefaultConfig): fix empty default-config (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaixingOoO authored Aug 12, 2024
1 parent 321e3f3 commit d4c9412
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions js/global-config/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ export default {
},
empty: {
titleText: {
maintenance: '',
success: '',
fail: '',
empty: '',
networkError: '',
maintenance: undefined,
success: undefined,
fail: undefined,
empty: undefined,
networkError: undefined,
},
image: {
maintenance: undefined,
Expand Down

0 comments on commit d4c9412

Please sign in to comment.