qml: followup 5acfe418079dbc9935cf9576e50ae2c8c841e301; don't save expiry Never as default.
This commit is contained in:
@@ -29,7 +29,7 @@ ElComboBox {
|
||||
}
|
||||
|
||||
onCurrentValueChanged: {
|
||||
if (activeFocus)
|
||||
if (activeFocus && currentValue)
|
||||
Config.requestExpiry = currentValue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user