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;
|
||||
}
|
||||
outbound.value = next;
|
||||
primeAdvancedJson();
|
||||
linkInput.value = '';
|
||||
message.success('Link imported successfully...');
|
||||
activeKey.value = '1';
|
||||
|
|
|
|||
Loading…
Reference in a new issue