Skip to content

Commit 435117a

Browse files
committed
fix: 修复开发模式下编辑订阅页面报错
1 parent 1185003 commit 435117a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.15.55",
3+
"version": "2.15.56",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/views/SubEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ const form = reactive<any>({
640640
passThroughUA: false,
641641
icon: "",
642642
isIconColor: true,
643+
subscriptions: [],
643644
process: [
644645
{
645646
type: "Quick Setting Operator",

0 commit comments

Comments
 (0)