Error should be reported when only a space is entered

Change-Id: Id0075ff1ab171e9977f71aed0d69e82dbb9658a8
Closes-Bug: #1810711
This commit is contained in:
pengyuesheng 2019-01-04 14:00:07 +08:00
parent 097d139997
commit d4cea903b9
2 changed files with 1 additions and 4 deletions

View File

@ -102,9 +102,7 @@
function perform() {
getKeypairs();
model = {
name: ""
};
model = {};
var config = {
"title": caption,
"submitText": caption,

View File

@ -109,7 +109,6 @@
function perform() {
getKeypairs();
model = {
name: "",
public_key: ""
};
var config = {