diff --git a/package.json b/package.json index b6dfa08aa..a2534873a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.144", + "version": "2.14.145", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/views/editor/components/ActionRadio.vue b/src/views/editor/components/ActionRadio.vue index a9997515c..21e07aae9 100644 --- a/src/views/editor/components/ActionRadio.vue +++ b/src/views/editor/components/ActionRadio.vue @@ -115,10 +115,10 @@ switch (type) { case 'Flag Operator': value.value = item.args?.mode ?? 'add'; + foTw.value = item.args?.tw ?? 'cn'; break; case 'Sort Operator': value.value = item.args ?? 'asc'; - foTw.value = item.args?.tw ?? 'cn'; break; case 'Resolve Domain Operator': value.value = item.args?.provider ?? 'Google';