chore: fix typo.
This commit is contained in:
parent
9ed0fd0799
commit
e99a2fc53e
@ -100,7 +100,7 @@ src="${window.location.origin}/api/application/embed?protocol=${window.location.
|
|||||||
dialogVisible.value = true
|
dialogVisible.value = true
|
||||||
}
|
}
|
||||||
|
|
||||||
function mapToUrlParams(map) {
|
function mapToUrlParams(map: any[]) {
|
||||||
const params = new URLSearchParams();
|
const params = new URLSearchParams();
|
||||||
|
|
||||||
map.forEach((item: any) => {
|
map.forEach((item: any) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user