We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1185003 commit 435117aCopy full SHA for 435117a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sub-store-front-end",
3
- "version": "2.15.55",
+ "version": "2.15.56",
4
"private": true,
5
"scripts": {
6
"dev": "vite --host",
src/views/SubEditor.vue
@@ -640,6 +640,7 @@ const form = reactive<any>({
640
passThroughUA: false,
641
icon: "",
642
isIconColor: true,
643
+ subscriptions: [],
644
process: [
645
646
type: "Quick Setting Operator",
0 commit comments