mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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
|
||||
}
|
||||
|
||||
function mapToUrlParams(map) {
|
||||
function mapToUrlParams(map: any[]) {
|
||||
const params = new URLSearchParams();
|
||||
|
||||
map.forEach((item: any) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue