Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 11, 2025
1 parent 0ddfb16 commit e3a3547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
frontend_directory: ./js
backend_directory: .
js_package_manager: npm
main_git_branch: main
main_git_branch: 0.2.x
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion js/src/admin/extend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default [
help: app.translator.trans('sycho-move-posts.admin.settings.moved_first_post_content_help', {}, true),
default: app.translator.trans('sycho-move-posts.lib.discussion.first_post.default_content', {}, true),
type: 'textarea',
rows: 6
rows: 6,
}))
.setting(() => ({
setting: 'sycho-move-posts.group_sequential_event_posts',
Expand Down

0 comments on commit e3a3547

Please sign in to comment.