mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-18 12:05:53 +00:00
fix: sync advancedJson before tab switch in convertLink
This commit is contained in:
parent
5f526e5201
commit
74242e6890
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ function convertLink() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
outbound.value = next;
|
outbound.value = next;
|
||||||
|
primeAdvancedJson();
|
||||||
linkInput.value = '';
|
linkInput.value = '';
|
||||||
message.success('Link imported successfully...');
|
message.success('Link imported successfully...');
|
||||||
activeKey.value = '1';
|
activeKey.value = '1';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue