mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
fix: foot content allow blank
This commit is contained in:
@@ -234,7 +234,7 @@ export default {
|
||||
} else {
|
||||
value = values[key]
|
||||
}
|
||||
if (value) {
|
||||
if (value !== undefined) {
|
||||
form.append(key, value)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user