Skip to content

Commit e3a3547

Browse files
committed
chore
1 parent 0ddfb16 commit e3a3547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
frontend_directory: ./js
1414
backend_directory: .
1515
js_package_manager: npm
16-
main_git_branch: main
16+
main_git_branch: 0.2.x
1717
secrets:
1818
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

js/src/admin/extend.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default [
99
help: app.translator.trans('sycho-move-posts.admin.settings.moved_first_post_content_help', {}, true),
1010
default: app.translator.trans('sycho-move-posts.lib.discussion.first_post.default_content', {}, true),
1111
type: 'textarea',
12-
rows: 6
12+
rows: 6,
1313
}))
1414
.setting(() => ({
1515
setting: 'sycho-move-posts.group_sequential_event_posts',

0 commit comments

Comments
 (0)