Set default active tab to liquid network.
This commit is contained in:
parent
c256daf8c8
commit
71229b94c8
@ -3639,7 +3639,7 @@ export class ApiDocsComponent implements OnInit {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.network$.subscribe((network) => {
|
this.network$.subscribe((network) => {
|
||||||
this.active = (network === 'liquid') ? 1 : 0;
|
this.active = (network === 'liquid') ? 2 : 0;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user