Skip to content

Commit bc16163

Browse files
committed
fix: 修复从订阅添加节点
1 parent 9b2cb3f commit bc16163

2 files changed

Lines changed: 1 addition & 2 deletions

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.26.5",
3+
"version": "2.26.6",
44
"private": true,
55
"packageManager": "pnpm@11.0.9",
66
"scripts": {

src/views/editor/components/AddProxiesFromSubscription.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ onMounted(() => {
178178
watch(
179179
[sourceTypeValue, sourceName, includeUnsupportedProxy, position],
180180
syncArgs,
181-
{ immediate: true },
182181
);
183182
</script>
184183

0 commit comments

Comments
 (0)