mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:10:42 +00:00
fixed
This commit is contained in:
@@ -160,7 +160,7 @@ class ModalRouter {
|
||||
if (args) {
|
||||
for (const [key, value] of Object.entries(args)) {
|
||||
if (key === "modal") continue;
|
||||
if (value === undefined || value === null) continue;
|
||||
if (value === undefined || value === null || value === "") continue;
|
||||
if (typeof value === "object") continue;
|
||||
params.set(key, String(value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user