Browse Source

fix: sync advancedJson before tab switch in convertLink

MHSanaei 1 day ago
parent
commit
e7035b56fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/src/pages/xray/OutboundFormModal.vue

+ 1 - 0
frontend/src/pages/xray/OutboundFormModal.vue

@@ -195,6 +195,7 @@ function convertLink() {
       return;
     }
     outbound.value = next;
+    primeAdvancedJson();
     linkInput.value = '';
     message.success('Link imported successfully...');
     activeKey.value = '1';